[dovecot-cvs] dovecot/src/pop3-login pop3-proxy.c,1.14,1.15

tss at dovecot.org tss at dovecot.org
Sun Dec 3 20:02:53 UTC 2006


Update of /var/lib/cvs/dovecot/src/pop3-login
In directory talvi:/tmp/cvs-serv20364/pop3-login

Modified Files:
	pop3-proxy.c 
Log Message:
Fixed crash with proxying.



Index: pop3-proxy.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3-login/pop3-proxy.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- pop3-proxy.c	7 Nov 2006 15:19:36 -0000	1.14
+++ pop3-proxy.c	3 Dec 2006 20:02:50 -0000	1.15
@@ -132,8 +132,6 @@
 
 	i_free(client->proxy_user);
 	client->proxy_user = NULL;
-
-	client_unref(client);
 }
 
 int pop3_proxy_new(struct pop3_client *client, const char *host,



More information about the dovecot-cvs mailing list