From: Automatic source maintenance Date: Mon, 14 Jul 2014 00:14:44 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_5_0_1~149 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26d714bed05b02cc5d221be23808890c60c69b3a;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.cc b/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.cc index 88e5a5ce1a..3050a611b3 100644 --- a/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.cc +++ b/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.cc @@ -498,8 +498,8 @@ manage_request() helperfail("message=\"can't obtain challenge\""); return 1; - } - /* notreached */ + } + /* notreached */ case NTLM_CHALLENGE: SEND_ERR("message=\"Got a challenge. We refuse to have our authority disputed\""); return 1; @@ -588,7 +588,7 @@ manage_request() lc(user); fprintf(stdout, "OK user=\"%s\\%s\"", domain, user); return 1; - } + } default: helperfail("message=\"unknown authentication packet type\""); return 1;