]> git.pld-linux.org Git - packages/squid.git/blame - squid-2.5.STABLE4-redirect_login_space.patch
- fix for small memory leak in squid, more info on
[packages/squid.git] / squid-2.5.STABLE4-redirect_login_space.patch
CommitLineData
58934a46
AM
1Index: squid/src/redirect.c
2diff -c squid/src/redirect.c:1.88.2.1 squid/src/redirect.c:1.88.2.2
3*** squid/src/redirect.c:1.88.2.1 Sat Jul 20 18:30:02 2002
4--- squid/src/redirect.c Tue Sep 23 19:03:36 2003
5***************
6*** 143,149 ****
7 r->orig_url,
8 inet_ntoa(r->client_addr),
9 fqdn,
10! r->client_ident,
11 r->method_s);
12 helperSubmit(redirectors, buf, redirectHandleReply, r);
13 }
14--- 143,149 ----
15 r->orig_url,
16 inet_ntoa(r->client_addr),
17 fqdn,
18! r->client_ident[0] ? rfc1738_escape(r->client_ident) : dash_str,
19 r->method_s);
20 helperSubmit(redirectors, buf, redirectHandleReply, r);
21 }
This page took 0.033369 seconds and 4 git commands to generate.