From: Amos Jeffries Date: Thu, 14 Feb 2013 06:31:38 +0000 (-0700) Subject: Typo in rev.12686 X-Git-Tag: SQUID_3_4_0_1~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff9a79c50c9356eb98ab6f5fbbb1625f4f3b112d;p=thirdparty%2Fsquid.git Typo in rev.12686 --- diff --git a/src/auth/negotiate/UserRequest.cc b/src/auth/negotiate/UserRequest.cc index 44796d035b..e5963b5732 100644 --- a/src/auth/negotiate/UserRequest.cc +++ b/src/auth/negotiate/UserRequest.cc @@ -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");