]> git.pld-linux.org Git - packages/squid.git/blob - squid-2.5.STABLE10-cacheClientTable.patch
- updated to 2.5.STABLE13
[packages/squid.git] / squid-2.5.STABLE10-cacheClientTable.patch
1 Index: squid/src/client_db.c
2 diff -c squid/src/client_db.c:1.53.2.5 squid/src/client_db.c:1.53.2.6
3 *** squid/src/client_db.c:1.53.2.5      Fri Mar 25 19:50:52 2005
4 --- squid/src/client_db.c       Thu Sep  1 16:54:41 2005
5 ***************
6 *** 328,334 ****
7   snmp_meshCtblFn(variable_list * Var, snint * ErrP)
8   {
9       variable_list *Answer = NULL;
10 !     static char key[15];
11       ClientInfo *c = NULL;
12       int aggr = 0;
13       log_type l;
14 --- 328,334 ----
15   snmp_meshCtblFn(variable_list * Var, snint * ErrP)
16   {
17       variable_list *Answer = NULL;
18 !     static char key[16];
19       ClientInfo *c = NULL;
20       int aggr = 0;
21       log_type l;
This page took 0.059721 seconds and 3 git commands to generate.