changeset 24383:c21365948dd5

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()
author Mark Doliner <mark@kingant.net>
date Sat, 15 Nov 2008 02:43:59 +0000
parents 809de3ab85d1
children f5ff8cc82a19
files libpurple/protocols/msn/servconn.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)
 	{