dovecot-2.1: lib-storage: Previously added %{gid} variable didn'...

dovecot at dovecot.org dovecot at dovecot.org
Mon Dec 12 06:07:45 EET 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/3c5fda349c1f
changeset: 13847:3c5fda349c1f
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Dec 12 06:07:33 2011 +0200
description:
lib-storage: Previously added %{gid} variable didn't actually work.

diffstat:

 src/lib-storage/mail-user.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 51d87deb5c26 -r 3c5fda349c1f src/lib-storage/mail-user.c
--- a/src/lib-storage/mail-user.c	Sat Dec 10 10:59:30 2011 +0200
+++ b/src/lib-storage/mail-user.c	Mon Dec 12 06:07:33 2011 +0200
@@ -212,6 +212,7 @@
 		p_strdup(user->pool, net_ip2addr(user->remote_ip));
 	tab[7].value = my_pid;
 	tab[8].value = p_strdup(user->pool, dec2str(user->uid));
+	tab[9].value = p_strdup(user->pool, dec2str(user->gid));
 
 	user->var_expand_table = tab;
 	return user->var_expand_table;


More information about the dovecot-cvs mailing list