dovecot-2.1: lib-master: Fixed -i <instance name> parameter hand...
dovecot at dovecot.org
dovecot at dovecot.org
Tue Oct 16 03:08:40 EEST 2012
details: http://hg.dovecot.org/dovecot-2.1/rev/0262ede193e5
changeset: 14763:0262ede193e5
user: Timo Sirainen <tss at iki.fi>
date: Tue Oct 16 03:08:21 2012 +0300
description:
lib-master: Fixed -i <instance name> parameter handling.
It previously worked only if the default config socket wasn't usable.
diffstat:
src/lib-master/master-service.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r c8d55ba25f39 -r 0262ede193e5 src/lib-master/master-service.c
--- a/src/lib-master/master-service.c Fri Oct 12 23:05:43 2012 +0300
+++ b/src/lib-master/master-service.c Tue Oct 16 03:08:21 2012 +0300
@@ -359,6 +359,7 @@
if (!get_instance_config(arg, &path))
i_fatal("Unknown instance name: %s", arg);
service->config_path = i_strdup(path);
+ service->config_path_is_default = FALSE;
break;
case 'k':
service->keep_environment = TRUE;
More information about the dovecot-cvs
mailing list