]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo in rev.12686
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 14 Feb 2013 06:31:38 +0000 (23:31 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 14 Feb 2013 06:31:38 +0000 (23:31 -0700)
src/auth/negotiate/UserRequest.cc

index 44796d035bc629923523ec6240e1a0042677407e..e5963b573277ddea5ec4c1ac51424a8b90176c1e 100644 (file)
@@ -331,7 +331,7 @@ Auth::Negotiate::UserRequest::HandleReply(void *data, const HelperReply &reply)
         Note::Pointer tokenNote = reply.notes.find("token");
 
         /* authentication failure (wrong password, etc.) */
-        if (messageNote != NULL) {
+        if (messageNote != NULL)
             auth_user_request->denyMessage(messageNote->firstValue());
         else
             auth_user_request->denyMessage("Negotiate Authentication denied with no reason given");