dovecot-2.2: *-login: Fix to previous commit: Default auth_user ...

dovecot at dovecot.org dovecot at dovecot.org
Tue Jan 14 03:33:41 EET 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/632a1c79cdc3
changeset: 17101:632a1c79cdc3
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jan 14 03:33:35 2014 +0200
description:
*-login: Fix to previous commit: Default auth_user to original_user

diffstat:

 src/login-common/client-common.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 5350000a999b -r 632a1c79cdc3 src/login-common/client-common.c
--- a/src/login-common/client-common.c	Tue Jan 14 03:24:47 2014 +0200
+++ b/src/login-common/client-common.c	Tue Jan 14 03:33:35 2014 +0200
@@ -547,9 +547,9 @@
 	if (client->virtual_auth_user != NULL)
 		get_var_expand_users(tab+22, client->virtual_auth_user);
 	else {
-		tab[22].value = tab[0].value;
-		tab[23].value = tab[1].value;
-		tab[24].value = tab[2].value;
+		tab[22].value = tab[19].value;
+		tab[23].value = tab[20].value;
+		tab[24].value = tab[21].value;
 	}
 	return tab;
 }


More information about the dovecot-cvs mailing list