[dovecot-cvs] dovecot/src/imap-login client.c,1.37,1.38

cras at dovecot.org cras at dovecot.org
Thu Oct 28 18:22:38 EEST 2004


Update of /var/lib/cvs/dovecot/src/imap-login
In directory talvi:/tmp/cvs-serv8819

Modified Files:
	client.c 
Log Message:
another proxy crashfix



Index: client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap-login/client.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- client.c	28 Oct 2004 10:27:23 -0000	1.37
+++ client.c	28 Oct 2004 15:22:35 -0000	1.38
@@ -466,7 +466,7 @@
 		client->common.fd = -1;
 	}
 
-	if (client->proxy_user != NULL) {
+	if (client->proxy_password != NULL) {
 		safe_memset(client->proxy_password, 0,
 			    strlen(client->proxy_password));
 		i_free(client->proxy_password);



More information about the dovecot-cvs mailing list