SOURCES: portmap-misc.patch - fixed nonsense

baggins baggins at pld-linux.org
Mon Jan 30 16:46:11 CET 2006


Author: baggins                      Date: Mon Jan 30 15:46:11 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed nonsense

---- Files affected:
SOURCES:
   portmap-misc.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/portmap-misc.patch
diff -u SOURCES/portmap-misc.patch:1.3 SOURCES/portmap-misc.patch:1.4
--- SOURCES/portmap-misc.patch:1.3	Mon Jan 30 16:44:51 2006
+++ SOURCES/portmap-misc.patch	Mon Jan 30 16:46:06 2006
@@ -9,7 +9,7 @@
  
  /* grow_addrs - extend list of local interface addresses */
  
-@@ -114,6 +116,17 @@
+@@ -114,6 +116,16 @@
       * presence of non-IP interfaces.
       */
  
@@ -18,8 +18,7 @@
 +     * */
 +    if (have_bindaddr && addrs == 0) {
 +	if (num_local >= num_addrs)
-+	    if (grow_addrs() == 0)
-+		break;
++	    grow_addrs();
 +	if (num_local < num_addrs)
 +	    addrs[num_local++] = &bindaddr;
 +    }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/portmap-misc.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list