]> git.pld-linux.org Git - packages/squid.git/blob - squid-2.5.STABLE4-dns_namelength.patch
- updated for 2.5.STABLE7
[packages/squid.git] / squid-2.5.STABLE4-dns_namelength.patch
1 Index: squid/include/rfc1035.h
2 diff -c squid/include/rfc1035.h:1.6 squid/include/rfc1035.h:1.6.2.1
3 *** squid/include/rfc1035.h:1.6 Mon Oct  8 10:18:31 2001
4 --- squid/include/rfc1035.h     Wed Dec 17 18:04:22 2003
5 ***************
6 *** 46,52 ****
7   #endif
8   
9   /* rfc1035 - DNS */
10 ! #define RFC1035_MAXHOSTNAMESZ 128
11   typedef struct _rfc1035_rr rfc1035_rr;
12   struct _rfc1035_rr {
13       char name[RFC1035_MAXHOSTNAMESZ];
14 --- 46,52 ----
15   #endif
16   
17   /* rfc1035 - DNS */
18 ! #define RFC1035_MAXHOSTNAMESZ 250
19   typedef struct _rfc1035_rr rfc1035_rr;
20   struct _rfc1035_rr {
21       char name[RFC1035_MAXHOSTNAMESZ];
This page took 0.050191 seconds and 3 git commands to generate.