[dovecot-cvs] dovecot/src/auth db-mysql.c,1.3,1.4
cras at procontrol.fi
cras at procontrol.fi
Tue Jul 6 11:29:55 EEST 2004
Update of /home/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv22708
Modified Files:
db-mysql.c
Log Message:
don't set default port either
Index: db-mysql.c
===================================================================
RCS file: /home/cvs/dovecot/src/auth/db-mysql.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- db-mysql.c 6 Jul 2004 07:10:55 -0000 1.3
+++ db-mysql.c 6 Jul 2004 08:29:53 -0000 1.4
@@ -32,7 +32,7 @@
struct mysql_settings default_mysql_settings = {
MEMBER(db_host) "localhost",
- MEMBER(db_port) 3306,
+ MEMBER(db_port) 0,
MEMBER(db_unix_socket) NULL,
MEMBER(db) NULL,
MEMBER(db_user) NULL,
More information about the dovecot-cvs
mailing list