/[smeserver]/rpms/djbdns/sme8/dns_transmit-bug.patch
ViewVC logotype

Contents of /rpms/djbdns/sme8/dns_transmit-bug.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Jan 10 20:18:33 2008 UTC (16 years, 4 months ago) by bytegw
Branch: MAIN
CVS Tags: djbdns-1_05-8_el5_sme, djbdns-1_05-4_el5_sme, djbdns-1_05-7_el5_sme, HEAD
Updates

1 diff -Nur -x '*.orig' -x '*.rej' djbdns-1.05/dns_transmit.c mezzanine_patched_djbdns-1.05/dns_transmit.c
2 --- djbdns-1.05/dns_transmit.c 2001-02-11 16:11:45.000000000 -0500
3 +++ mezzanine_patched_djbdns-1.05/dns_transmit.c 2008-01-10 14:37:04.000000000 -0500
4 @@ -166,6 +166,7 @@
5 taia_uint(&d->deadline,10);
6 taia_add(&d->deadline,&d->deadline,&now);
7 if (socket_connect4(d->s1 - 1,ip,53) == 0) {
8 + d->pos = 0;
9 d->tcpstate = 2;
10 return 0;
11 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed