dovecot-2.0: doveconf: -N doesn't require parameter.

dovecot at dovecot.org dovecot at dovecot.org
Mon Oct 12 23:29:46 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/6595049c53b2
changeset: 10045:6595049c53b2
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 12 16:29:41 2009 -0400
description:
doveconf: -N doesn't require parameter.

diffstat:

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

diffs (12 lines):

diff -r 7440353dc617 -r 6595049c53b2 src/config/doveconf.c
--- a/src/config/doveconf.c	Mon Oct 12 16:20:35 2009 -0400
+++ b/src/config/doveconf.c	Mon Oct 12 16:29:41 2009 -0400
@@ -236,7 +236,7 @@ int main(int argc, char *argv[])
 					     MASTER_SERVICE_FLAG_STANDALONE,
 					     argc, argv);
 	i_set_failure_prefix("doveconf: ");
-	getopt_str = t_strconcat("af:m:nN:e",
+	getopt_str = t_strconcat("af:m:nNe",
 				 master_service_getopt_string(), NULL);
 	while ((c = getopt(argc, argv, getopt_str)) > 0) {
 		if (c == 'e')


More information about the dovecot-cvs mailing list