SOURCES: pure-ftpd-del-log-path.patch - typo fixed

arekm arekm at pld-linux.org
Thu Jun 21 18:01:51 CEST 2007


Author: arekm                        Date: Thu Jun 21 16:01:51 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- typo fixed

---- Files affected:
SOURCES:
   pure-ftpd-del-log-path.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/pure-ftpd-del-log-path.patch
diff -u SOURCES/pure-ftpd-del-log-path.patch:1.1 SOURCES/pure-ftpd-del-log-path.patch:1.2
--- SOURCES/pure-ftpd-del-log-path.patch:1.1	Thu Jun 21 17:59:52 2007
+++ SOURCES/pure-ftpd-del-log-path.patch	Thu Jun 21 18:01:46 2007
@@ -6,7 +6,7 @@
  #endif
      addreply(250, MSG_DELE_SUCCESS, name);
 -    logfile(LOG_NOTICE, MSG_DELE_SUCCESS, name);    
-+    logfile(LOG_NOTICE, "%s: " MSG_DELE_SUCCESS, wp, name);    
++    logfile(LOG_NOTICE, "%s: " MSG_DELE_SUCCESS, wd, name);    
      return;
      
      denied:
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/pure-ftpd-del-log-path.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list