X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/2e4de7bb1dcdf34bce1769c34c7cd42fb64637e2..aab10975560853c3482eb0e0deca11acbc323a1c:/stglibs/srvconf.lib/parser.cpp diff --git a/stglibs/srvconf.lib/parser.cpp b/stglibs/srvconf.lib/parser.cpp index 62537359..284e1127 100644 --- a/stglibs/srvconf.lib/parser.cpp +++ b/stglibs/srvconf.lib/parser.cpp @@ -848,8 +848,8 @@ else { if (strcasecmp(el, "Auth") == 0) { - if (attr && attr[0]) - list.push_back(attr[0]); + if (attr && attr[0] && attr[1]) + list.push_back(attr[1]); return 0; } }