diff libpurple/connection.c @ 30650:1c20a2115ad4

I'm sure there's a legitimate reason I had this change locally in one of my trees waiting to be committed, but I can't remember what exactly it is (and I need to test commit emails again)
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 30 Jun 2010 01:46:42 +0000
parents 378cceb9131d
children 53f51201b39f
line wrap: on
line diff
--- a/libpurple/connection.c	Wed Jun 30 01:12:54 2010 +0000
+++ b/libpurple/connection.c	Wed Jun 30 01:46:42 2010 +0000
@@ -516,7 +516,8 @@
 	account = data;
 	gc = purple_account_get_connection(account);
 
-	gc->disconnect_timeout = 0;
+	if (gc != NULL)
+		gc->disconnect_timeout = 0;
 
 	password = g_strdup(purple_account_get_password(account));
 	purple_account_disconnect(account);