SOURCES: tpop3d-fix_net_loop.patch (NEW) - added net_loop error patch

ciesiel ciesiel at pld-linux.org
Thu Nov 3 12:04:36 CET 2005


Author: ciesiel                      Date: Thu Nov  3 11:04:36 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added net_loop error patch

---- Files affected:
SOURCES:
   tpop3d-fix_net_loop.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/tpop3d-fix_net_loop.patch
diff -u /dev/null SOURCES/tpop3d-fix_net_loop.patch:1.1
--- /dev/null	Thu Nov  3 12:04:36 2005
+++ SOURCES/tpop3d-fix_net_loop.patch	Thu Nov  3 12:04:31 2005
@@ -0,0 +1,15 @@
+diff -urN tpop3d-1.5.3.orig/mailbox.c tpop3d-1.5.3/mailbox.c
+--- tpop3d-1.5.3.orig/mailbox.c	2003-01-09 23:59:37.000000000 +0100
++++ tpop3d-1.5.3/mailbox.c	2005-11-03 11:46:10.578820368 +0100
+@@ -155,7 +155,10 @@
+         if (subspec) {
+             mdrv = str;
+             *subspec++ = 0;
+-        } else subspec = str;
++	} else {
++            subspec = str;
++            mdrv = mbox_drivers[0].name;
++	}
+ 
+         path = substitute_variables(subspec, &err, 4, "user", user, "local_part", local_part, "domain", domain, "home", home);
+ 
================================================================



More information about the pld-cvs-commit mailing list