From: Timo Sirainen Date: Mon, 6 Apr 2009 18:20:12 +0000 (-0400) Subject: system_user -> system_groups_user change broke it completely. X-Git-Tag: 2.0.alpha1~1027 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df36a2a019b7c9f3900a36d12020722c0eb5e25b;p=thirdparty%2Fdovecot%2Fcore.git system_user -> system_groups_user change broke it completely. --HG-- branch : HEAD --- diff --git a/src/master/mail-process.c b/src/master/mail-process.c index ed7e848d1d..3c112ebea4 100644 --- a/src/master/mail-process.c +++ b/src/master/mail-process.c @@ -323,8 +323,8 @@ create_mail_process(enum process_type process_type, struct master_settings *set, chroot_dir = *args + 7; else if (strncmp(*args, "nice=", 5) == 0) nice_value = atoi(*args + 5); - else if (strncmp(*args, "system_groups_user=", 12) == 0) - system_groups_user = *args + 12; + else if (strncmp(*args, "system_groups_user=", 19) == 0) + system_groups_user = *args + 19; else if (strncmp(*args, "uid=", 4) == 0) { if (uid != (uid_t)-1) { i_error("uid specified multiple times for %s",