dovecot-2.1: lib-master: -i parameter shouldn't imply -k parameter.
dovecot at dovecot.org
dovecot at dovecot.org
Mon Jun 11 16:31:03 EEST 2012
details: http://hg.dovecot.org/dovecot-2.1/rev/98f2c12eccdb
changeset: 14553:98f2c12eccdb
user: Timo Sirainen <tss at iki.fi>
date: Mon Jun 11 16:30:58 2012 +0300
description:
lib-master: -i parameter shouldn't imply -k parameter.
This was added accidentally when writing the code.
diffstat:
src/lib-master/master-service.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 0fde692cb565 -r 98f2c12eccdb src/lib-master/master-service.c
--- a/src/lib-master/master-service.c Mon Jun 11 16:14:13 2012 +0300
+++ b/src/lib-master/master-service.c Mon Jun 11 16:30:58 2012 +0300
@@ -359,7 +359,6 @@
if (!get_instance_config(arg, &path))
i_fatal("Unknown instance name: %s", arg);
service->config_path = i_strdup(path);
- service->keep_environment = TRUE;
break;
case 'k':
service->keep_environment = TRUE;
More information about the dovecot-cvs
mailing list