From 837821df6c88aec9b73917cff96692475a0751db Mon Sep 17 00:00:00 2001 From: cora32 Date: Tue, 10 Mar 2015 19:46:14 +0300 Subject: [PATCH] -- --- connector_old.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;