]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
system_user -> system_groups_user change broke it completely.
authorTimo Sirainen <tss@iki.fi>
Mon, 6 Apr 2009 18:20:12 +0000 (14:20 -0400)
committerTimo Sirainen <tss@iki.fi>
Mon, 6 Apr 2009 18:20:12 +0000 (14:20 -0400)
--HG--
branch : HEAD

src/master/mail-process.c

index ed7e848d1d03337e949d9c9a8f784a882b511214..3c112ebea4955d344be281b6eb7085b17f737cc7 100644 (file)
@@ -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",