SOURCES: portmap-misc.patch - final fix
baggins
baggins at pld-linux.org
Mon Jan 30 16:57:49 CET 2006
Author: baggins Date: Mon Jan 30 15:57:49 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- final fix
---- Files affected:
SOURCES:
portmap-misc.patch (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SOURCES/portmap-misc.patch
diff -u SOURCES/portmap-misc.patch:1.5 SOURCES/portmap-misc.patch:1.6
--- SOURCES/portmap-misc.patch:1.5 Mon Jan 30 16:57:19 2006
+++ SOURCES/portmap-misc.patch Mon Jan 30 16:57:44 2006
@@ -20,7 +20,7 @@
+ if (num_local >= num_addrs)
+ grow_addrs();
+ if (num_local < num_addrs)
-+ addrs[num_local++] = &bindaddr;
++ addrs[num_local++] = bindaddr;
+ }
+
if ((sock = socket(PF_INET, SOCK_DGRAM, 0)) < 0) {
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/portmap-misc.patch?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list