]> git.pld-linux.org Git - packages/squid.git/blame - squid-2.5.STABLE2-authdebug.patch
c4ae820794f301b909415e0f4728f1c9 squid-2.5.STABLE9-ftp_EPLF.patch
[packages/squid.git] / squid-2.5.STABLE2-authdebug.patch
CommitLineData
e8835afd
MW
1Index: squid/src/authenticate.c
2diff -c squid/src/authenticate.c:1.36.2.8 squid/src/authenticate.c:1.36.2.9
3*** squid/src/authenticate.c:1.36.2.8 Tue Feb 4 16:31:42 2003
4--- squid/src/authenticate.c Sun May 11 15:44:31 2003
5***************
6*** 489,495 ****
7 }
8 /* we have a proxy auth header and as far as we know this connection has
9 * not had bungled connection oriented authentication happen on it. */
10! debug(28, 9) ("authenticateAuthenticate: header %s.\n", proxy_auth);
11 if (*auth_user_request == NULL) {
12 debug(28, 9) ("authenticateAuthenticate: This is a new checklist test on FD:%d\n",
13 conn ? conn->fd : -1);
14--- 489,495 ----
15 }
16 /* we have a proxy auth header and as far as we know this connection has
17 * not had bungled connection oriented authentication happen on it. */
18! debug(28, 9) ("authenticateAuthenticate: header %s.\n", proxy_auth ? proxy_auth : NULL);
19 if (*auth_user_request == NULL) {
20 debug(28, 9) ("authenticateAuthenticate: This is a new checklist test on FD:%d\n",
21 conn ? conn->fd : -1);
This page took 0.055073 seconds and 4 git commands to generate.