]> git.pld-linux.org Git - packages/squid.git/blame - squid-2.5.STABLE5-ntlm_assert.patch
- ...and CAN-2005-0096
[packages/squid.git] / squid-2.5.STABLE5-ntlm_assert.patch
CommitLineData
230f348a
AM
1Index: squid/src/auth/ntlm/auth_ntlm.c
2diff -c squid/src/auth/ntlm/auth_ntlm.c:1.17.2.9 squid/src/auth/ntlm/auth_ntlm.c:1.17.2.10
3*** squid/src/auth/ntlm/auth_ntlm.c:1.17.2.9 Tue Feb 24 10:11:52 2004
4--- squid/src/auth/ntlm/auth_ntlm.c Mon Mar 1 16:50:54 2004
5***************
6*** 481,487 ****
7 debug(29, 2) ("AuthenticateNTLMHandleReply: invalid callback data. Releasing helper '%p'.\n", srv);
8 cbdataUnlock(r->data);
9 authenticateStateFree(r);
10- helperStatefulReleaseServer(srv);
11 return;
12 }
13 if (!reply) {
14--- 481,486 ----
This page took 0.133679 seconds and 4 git commands to generate.