X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fldap%2FSession.cpp;h=85072185af5857d181a30f55806ad5963a067571;hp=fdf6196d0e1940f54ca1ab0be54338400985f29d;hb=7ee10b64f4c116460ffef5784eb9ef87d3f2339c;hpb=1a1b334a0d2b023bd778f0a19665cc9017dbc94a diff --git a/source/ldap/Session.cpp b/source/ldap/Session.cpp index fdf6196..8507218 100644 --- a/source/ldap/Session.cpp +++ b/source/ldap/Session.cpp @@ -69,7 +69,6 @@ throw(RuntimeException) { LDAP* handle = NULL; int aux; ResultCode resultCode; - Response* response(NULL); try { resultCode = ldap_initialize(&handle, a_url.c_str()); @@ -462,7 +461,6 @@ throw(RuntimeException) { int error = LDAP_SUCCESS; char **values(NULL); ResultCode resultCode; - bool isOk = true; response->cancelTimer(); const int ldap_result = ldap_parse_result(handle, hmessage, &error, NULL, NULL, &values, NULL, 0); resultCode.setValue(ldap_result, error); @@ -607,7 +605,6 @@ throw() { result->createChild("NetworkTimeout")->createAttribute("Value", getNetworkTimeout()); xml::Node* requests = result->createChild("ldap.Requests"); - const Response* response; const Request* request; for(const_response_iterator ii = response_begin(), maxii = response_end(); ii != maxii; ii ++) {