dovecot-2.0-sslstream: master: Changed unix_listener mode settin...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:57:23 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/4d703a15d6b8
changeset: 10556:4d703a15d6b8
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jan 19 14:39:39 2010 +0200
description:
master: Changed unix_listener mode setting to octal type.

diffstat:

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

diffs (12 lines):

diff -r 443927a546e2 -r 4d703a15d6b8 src/master/master-settings.c
--- a/src/master/master-settings.c	Tue Jan 19 14:39:24 2010 +0200
+++ b/src/master/master-settings.c	Tue Jan 19 14:39:39 2010 +0200
@@ -28,7 +28,7 @@ extern const struct setting_parser_info 
 
 static const struct setting_define file_listener_setting_defines[] = {
 	DEF(SET_STR, path),
-	DEF(SET_UINT, mode),
+	DEF(SET_UINT_OCT, mode),
 	DEF(SET_STR, user),
 	DEF(SET_STR, group),
 


More information about the dovecot-cvs mailing list