dovecot-2.2: ssl-params socket was missing from login/ directory

dovecot at dovecot.org dovecot at dovecot.org
Sun Aug 12 08:36:13 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/c6fa56ce8860
changeset: 14878:c6fa56ce8860
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Aug 12 08:35:29 2012 +0300
description:
ssl-params socket was missing from login/ directory

diffstat:

 src/ssl-params/ssl-params-settings.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r ad22bdfe7bdc -r c6fa56ce8860 src/ssl-params/ssl-params-settings.c
--- a/src/ssl-params/ssl-params-settings.c	Sun Aug 12 08:05:49 2012 +0300
+++ b/src/ssl-params/ssl-params-settings.c	Sun Aug 12 08:35:29 2012 +0300
@@ -17,7 +17,8 @@
 	{ "login/ssl-params", 0666, "", "" }
 };
 static struct file_listener_settings *ssl_params_unix_listeners[] = {
-	&ssl_params_unix_listeners_array[0]
+	&ssl_params_unix_listeners_array[0],
+	&ssl_params_unix_listeners_array[1]
 };
 static buffer_t ssl_params_unix_listeners_buf = {
 	ssl_params_unix_listeners, sizeof(ssl_params_unix_listeners), { 0, }


More information about the dovecot-cvs mailing list