]> git.pld-linux.org Git - packages/squid.git/blob - squid-3.0.PRE3-fqdnnegcache.patch
- typo
[packages/squid.git] / squid-3.0.PRE3-fqdnnegcache.patch
1 Index: squid3/src/fqdncache.cc
2 diff -c squid3/src/fqdncache.cc:1.155 squid3/src/fqdncache.cc:1.156
3 *** squid3/src/fqdncache.cc:1.155       Fri Feb 21 15:50:08 2003
4 --- squid3/src/fqdncache.cc     Sat Oct 11 16:33:51 2003
5 ***************
6 *** 333,339 ****
7       int k;
8       int na = 0;
9       memset(&f, '\0', sizeof(f));
10 !     f.expires = squid_curtime;
11       f.flags.negcached = 1;
12   
13       if (nr < 0) {
14 --- 333,339 ----
15       int k;
16       int na = 0;
17       memset(&f, '\0', sizeof(f));
18 !     f.expires = squid_curtime + Config.negativeDnsTtl;
19       f.flags.negcached = 1;
20   
21       if (nr < 0) {
This page took 0.130718 seconds and 3 git commands to generate.