dovecot-2.2: pop3c: pop3c_master_user setting broke down non-mas...

dovecot at dovecot.org dovecot at dovecot.org
Fri Aug 10 05:24:40 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/5b0c88c43929
changeset: 14788:5b0c88c43929
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jul 08 10:28:38 2012 +0300
description:
pop3c: pop3c_master_user setting broke down non-master logins.

diffstat:

 src/lib-storage/index/pop3c/pop3c-client.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 64725ff9c297 -r 5b0c88c43929 src/lib-storage/index/pop3c/pop3c-client.c
--- a/src/lib-storage/index/pop3c/pop3c-client.c	Sun Jul 08 09:18:46 2012 +0300
+++ b/src/lib-storage/index/pop3c/pop3c-client.c	Sun Jul 08 10:28:38 2012 +0300
@@ -84,7 +84,7 @@
 	client->set.debug = set->debug;
 	client->set.host = p_strdup(pool, set->host);
 	client->set.port = set->port;
-	client->set.master_user = p_strdup(pool, set->master_user);
+	client->set.master_user = p_strdup_empty(pool, set->master_user);
 	client->set.username = p_strdup(pool, set->username);
 	client->set.password = p_strdup(pool, set->password);
 	client->set.dns_client_socket_path =


More information about the dovecot-cvs mailing list