[prev in list] [next in list] [prev in thread] [next in thread] 

List:       dovecot-cvs
Subject:    dovecot-1.2: Fixed non-existing mail_gid error message to actual...
From:       dovecot () dovecot ! org (dovecot at dovecot ! org)
Date:       2009-07-29 18:49:21
Message-ID: hg.93759896b0d2.1248893361.-1467822492 () syksy ! dovecot ! org
[Download RAW message or body]

details:   http://hg.dovecot.org/dovecot-1.2/rev/93759896b0d2
changeset: 9270:93759896b0d2
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jul 29 14:49:14 2009 -0400
description:
Fixed non-existing mail_gid error message to actually show the gid, not uid.
Patch by Pascal Volk.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/master/master-settings.c |    2 +-

diffs (12 lines):

diff -r a303bb82c1c9 -r 93759896b0d2 src/master/master-settings.c
--- a/src/master/master-settings.c	Tue Jul 28 12:52:03 2009 -0400
+++ b/src/master/master-settings.c	Wed Jul 29 14:49:14 2009 -0400
@@ -800,7 +800,7 @@ static bool settings_verify(struct setti
 	}
 	if (*set->mail_gid != '\0') {
 		if (!parse_gid(set->mail_gid, &set->mail_gid_t)) {
-			i_error("Non-existing mail_gid: %s", set->mail_uid);
+			i_error("Non-existing mail_gid: %s", set->mail_gid);
 			return FALSE;
 		}
 	}

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic