dovecot-2.0: doveadm: Proxying fix

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 29 07:05:08 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/3b7ef442595d
changeset: 12892:3b7ef442595d
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 29 07:04:49 2011 +0300
description:
doveadm: Proxying fix

diffstat:

 src/doveadm/doveadm-mail-server.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c7dccec3eaa4 -r 3b7ef442595d src/doveadm/doveadm-mail-server.c
--- a/src/doveadm/doveadm-mail-server.c	Mon Aug 29 07:03:26 2011 +0300
+++ b/src/doveadm/doveadm-mail-server.c	Mon Aug 29 07:04:49 2011 +0300
@@ -179,7 +179,7 @@
 		/* user not found from passdb. it could be in userdb though,
 		   so just continue with the default host */
 	} else {
-		proxy_host = NULL;
+		proxy_host = NULL; proxying = FALSE;
 		for (i = 0; fields[i] != NULL; i++) {
 			if (strncmp(fields[i], "proxy", 5) == 0 &&
 			    (fields[i][5] == '\0' || fields[i][5] == '='))


More information about the dovecot-cvs mailing list