From: Timo Sirainen Date: Mon, 12 Oct 2009 20:29:41 +0000 (-0400) Subject: doveconf: -N doesn't require parameter. X-Git-Tag: 2.0.alpha1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd113a3132c9cefe9e70791941aeaa8b0a5602b4;p=thirdparty%2Fdovecot%2Fcore.git doveconf: -N doesn't require parameter. --HG-- branch : HEAD --- diff --git a/src/config/doveconf.c b/src/config/doveconf.c index d9062c3003..5872a3e40b 100644 --- a/src/config/doveconf.c +++ b/src/config/doveconf.c @@ -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')