dovecot-2.0: master: inet_listener.address's default wasn't usin...

dovecot at dovecot.org dovecot at dovecot.org
Thu Oct 15 23:05:57 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/8e531edac6e9
changeset: 10072:8e531edac6e9
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Oct 15 16:05:37 2009 -0400
description:
master: inet_listener.address's default wasn't using "listen" setting.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/master/master-settings.c |    2 +-

diffs (12 lines):

diff -r 359a4e4f0892 -r 8e531edac6e9 src/master/master-settings.c
--- a/src/master/master-settings.c	Thu Oct 15 15:56:06 2009 -0400
+++ b/src/master/master-settings.c	Thu Oct 15 16:05:37 2009 -0400
@@ -64,7 +64,7 @@ static struct setting_define inet_listen
 };
 
 static struct inet_listener_settings inet_listener_default_settings = {
-	MEMBER(address) "*",
+	MEMBER(address) "",
 	MEMBER(port) 0,
 	MEMBER(ssl) FALSE
 };


More information about the dovecot-cvs mailing list