[dovecot-cvs] dovecot/src/auth db-mysql.c,1.4,1.5
cras at dovecot.org
cras at dovecot.org
Wed Jul 7 12:34:06 EEST 2004
Update of /home/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv23527/auth
Modified Files:
db-mysql.c
Log Message:
compile fix
Index: db-mysql.c
===================================================================
RCS file: /home/cvs/dovecot/src/auth/db-mysql.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- db-mysql.c 6 Jul 2004 08:29:53 -0000 1.4
+++ db-mysql.c 7 Jul 2004 09:34:03 -0000 1.5
@@ -164,7 +164,7 @@
if (conn->set.db == NULL)
i_fatal("MYSQL: db variable isn't set in config file");
- if (conn->set.user == NULL)
+ if (conn->set.db_user == NULL)
i_fatal("MYSQL: db_user variable isn't set in config file");
(void)mysql_conn_open(conn);
More information about the dovecot-cvs
mailing list