changeset 8918:3bf386d860c6 HEAD

system_user -> system_groups_user change broke it completely.
author Timo Sirainen <tss@iki.fi>
date Mon, 06 Apr 2009 14:20:12 -0400
parents 7cac67415704
children 4f506d955365
files src/master/mail-process.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/master/mail-process.c	Mon Apr 06 14:05:12 2009 -0400
+++ b/src/master/mail-process.c	Mon Apr 06 14:20:12 2009 -0400
@@ -590,8 +590,8 @@
 			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",