From: Timo Sirainen Date: Tue, 6 Jul 2004 08:29:53 +0000 (+0300) Subject: don't set default port either X-Git-Tag: 1.1.alpha1~3814 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4648a393fcb93d948fac98a7443a78c356f76dd3;p=thirdparty%2Fdovecot%2Fcore.git don't set default port either --HG-- branch : HEAD --- diff --git a/src/auth/db-mysql.c b/src/auth/db-mysql.c index f7ff8bfd41..3e6aa983d0 100644 --- a/src/auth/db-mysql.c +++ b/src/auth/db-mysql.c @@ -32,7 +32,7 @@ static struct setting_def setting_defs[] = { 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,