It's not appropriate to set processing to FALSE here. I think this is

Sat, 15 Nov 2008 02:43:59 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sat, 15 Nov 2008 02:43:59 +0000
changeset 24661
b17507b13206
parent 24660
483e2ad56d8e
child 24662
6e251adf69de

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()

libpurple/protocols/msn/servconn.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/servconn.c	Sat Nov 15 01:51:04 2008 +0000
+++ b/libpurple/protocols/msn/servconn.c	Sat Nov 15 02:43:59 2008 +0000
@@ -174,7 +174,6 @@
 
 	servconn = data;
 	servconn->connect_data = NULL;
-	servconn->processing = FALSE;
 
 	if (servconn->wasted)
 	{

mercurial