]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #998: error in previous libntlmssp patch
authorwessels <>
Fri, 11 Jun 2004 22:08:24 +0000 (22:08 +0000)
committerwessels <>
Fri, 11 Jun 2004 22:08:24 +0000 (22:08 +0000)
helpers/ntlm_auth/SMB/libntlmssp.c

index d9b879d853115439b20ed0658c5fbcb479969ccc..2c597036e1255c68b66d9b43baf591f0c4665ef1 100644 (file)
@@ -224,7 +224,7 @@ ntlm_check_auth(ntlm_authenticate * auth, int auth_length)
        return NULL;
     }
     memcpy(domain, tmp.str, tmp.l);
-    user = domain + tmp.l + 1;
+    user = domain + tmp.l;
     *user++ = '\0';
 
 /*      debug("fetching user name\n"); */