[dovecot-cvs] dovecot/src/auth db-mysql.c,1.11,1.12

cras at dovecot.org cras at dovecot.org
Sun Oct 10 18:56:03 EEST 2004


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv10419

Modified Files:
	db-mysql.c 
Log Message:
Compile fix



Index: db-mysql.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/db-mysql.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- db-mysql.c	20 Sep 2004 21:47:30 -0000	1.11
+++ db-mysql.c	10 Oct 2004 15:56:00 -0000	1.12
@@ -79,7 +79,7 @@
 		case CR_SERVER_GONE_ERROR:
 		case CR_SERVER_LOST:
 			/* connection lost - try immediate reconnect */
-			if (!mysql_conn_open(conn))
+			if (!db_mysql_connect(conn))
 				break;
 			if (mysql_query(conn->mysql, query) == 0) {
 				failed = FALSE;



More information about the dovecot-cvs mailing list