diff --git a/connector_old.cpp b/connector_old.cpp index 0d3140f..5b403b6 100644 --- a/connector_old.cpp +++ b/connector_old.cpp @@ -270,10 +270,10 @@ char *_getAttributeValue(char *str, char *val, char *ip, int port) if(ptrStart != NULL) { if(strstri(ptrStart, "qop=auth") != NULL) return "auth"; -// ptrS1End = _findFirst(ptrStart, "\""); + ptrS1End = _findFirst(ptrStart, "\""); if(ptrS1End != NULL) { -// ptrS2End = _findFirst(ptrS1End + 1, "\""); + ptrS2End = _findFirst(ptrS1End + 1, "\""); if(ptrS2End != NULL) { int sz = ptrS2End - ptrS1End - 1;