[dovecot-cvs] dovecot/src/pop3-login pop3-proxy.c, 1.10.2.4, 1.10.2.5

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


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

Modified Files:
      Tag: branch_1_0
	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.10.2.4
retrieving revision 1.10.2.5
diff -u -d -r1.10.2.4 -r1.10.2.5
--- pop3-proxy.c	7 Nov 2006 15:19:30 -0000	1.10.2.4
+++ pop3-proxy.c	3 Dec 2006 20:02:48 -0000	1.10.2.5
@@ -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