SOURCES: proftpd-mysql-typo.patch (NEW) - fix typo in mod-sql-mysql

baggins baggins at pld-linux.org
Mon Aug 20 15:52:44 CEST 2007


Author: baggins                      Date: Mon Aug 20 13:52:44 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix typo in mod-sql-mysql

---- Files affected:
SOURCES:
   proftpd-mysql-typo.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/proftpd-mysql-typo.patch
diff -u /dev/null SOURCES/proftpd-mysql-typo.patch:1.1
--- /dev/null	Mon Aug 20 15:52:44 2007
+++ SOURCES/proftpd-mysql-typo.patch	Mon Aug 20 15:52:39 2007
@@ -0,0 +1,11 @@
+--- proftpd-1.3.1rc3/contrib/mod_sql_mysql.c~	2007-05-09 19:15:18.000000000 +0200
++++ proftpd-1.3.1rc3/contrib/mod_sql_mysql.c	2007-08-20 15:49:54.000000000 +0200
+@@ -595,7 +595,7 @@
+   }
+ 
+   if (!conn_pool) {
+-    pr_log_pri(PR_LOG_WARNING, "warning: the mod_sql_mysql module has not been
++    pr_log_pri(PR_LOG_WARNING, "warning: the mod_sql_mysql module has not been"
+       "properly intialized.  Please make sure your --with-modules configure "
+       "option lists mod_sql *before* mod_sql_mysql, and recompile.");
+ 
================================================================


More information about the pld-cvs-commit mailing list