]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #1823: ntlm_auth/SMB/ntlm_auth.c fails to compile on some platforms due to a...
authorhno <>
Thu, 9 Nov 2006 23:45:49 +0000 (23:45 +0000)
committerhno <>
Thu, 9 Nov 2006 23:45:49 +0000 (23:45 +0000)
helpers/ntlm_auth/SMB/ntlm_auth.c

index 99840fc04296c2285a946fa91c9c60cb98841a52..cf987b90852f939d1c76e7638e1bf7e7568f5980 100644 (file)
@@ -308,7 +308,7 @@ manage_request()
            SEND("NA Broken authentication packet");
            return;
        }
-       switch le32toh(fast_header->type) {
+       switch (le32toh(fast_header->type)) {
        case NTLM_NEGOTIATE:
            SEND("NA Invalid negotiation request received");
            return;