pidgin: 2fe2cd55: It's not appropriate to set processing t...

markdoliner at pidgin.im markdoliner at pidgin.im
Fri Nov 14 21:55:23 EST 2008


-----------------------------------------------------------------
Revision: 2fe2cd558d4d89c55eca994780c09fcc9d7f58a7
Ancestor: df294a592c63223f97747054b7d4352b987a7661
Author: markdoliner at pidgin.im
Date: 2008-11-15T02:43:59
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/2fe2cd558d4d89c55eca994780c09fcc9d7f58a7

Modified files:
        libpurple/protocols/msn/servconn.c

ChangeLog: 

It's not appropriate to set processing to FALSE here.  I think this is
vestigal code from a day or two ago when I stopped setting processing
to TRUE after making the call to purple_proxy_connect()

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/servconn.c	5443848259fee50004b9265f2b07a4461f8f9bcb
+++ libpurple/protocols/msn/servconn.c	64212331bc9b17f3222db67ccbad307657d07149
@@ -174,7 +174,6 @@ connect_cb(gpointer data, gint source, c
 
 	servconn = data;
 	servconn->connect_data = NULL;
-	servconn->processing = FALSE;
 
 	if (servconn->wasted)
 	{


More information about the Commits mailing list