/[smeserver]/rpms/qmail/sme10/qmail-0.0.0.0.patch
ViewVC logotype

Contents of /rpms/qmail/sme10/qmail-0.0.0.0.patch

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


Revision 1.1 - (show annotations) (download)
Thu Feb 4 12:14:55 2016 UTC (8 years, 3 months ago) by vip-ire
Branch: MAIN
CVS Tags: qmail-1_03-17_el7_sme, qmail-1_03-21_el7_sme, qmail-1_03-20_el7_sme, qmail-1_03-18_el7_sme, qmail-1_03-25_el7_sme, qmail-1_03-19_el7_sme, HEAD
sme10 branch

1 --- qmail-1.03/ipme.c Mon Jun 15 06:53:16 1998
2 +++ qmail-1.03-sg/ipme.c Mon Jan 29 02:27:38 2001
3 @@ -46,6 +46,11 @@
4 ipme.len = 0;
5 ix.pref = 0;
6
7 + /* 0.0.0.0 is a special address which always refers to
8 + * "this host, this network", according to RFC 1122, Sec. 3.2.1.3a.
9 + */
10 + byte_copy(&ix.ip,4,"\0\0\0\0");
11 + if (!ipalloc_append(&ipme,&ix)) { return 0; }
12 if ((s = socket(AF_INET,SOCK_STREAM,0)) == -1) return -1;
13
14 len = 256;

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