diff libpurple/protocols/msn/nexus.c @ 21109:e64e6fbd1351

merge_into_workspace of c0e79d15a4fe4c5b0129fcae5060754b25f72a56 and 1bd638d193e3a865ce99ed451afc25d957d7c9a2
author Ka-Hing Cheung <khc@hxbc.us>
date Tue, 30 Oct 2007 06:29:13 +0000
parents 29d8c86c14cd
children c5df2bf2bf8e
line wrap: on
line diff
--- a/libpurple/protocols/msn/nexus.c	Thu Oct 04 06:13:01 2007 +0000
+++ b/libpurple/protocols/msn/nexus.c	Tue Oct 30 06:29:13 2007 +0000
@@ -174,7 +174,7 @@
 		g_free(password);
 		msn_nexus_destroy(nexus);
 		session->nexus = NULL;
-		return FALSE;
+		return;
 	}
 
 	/*
@@ -216,7 +216,5 @@
 	soap = msn_soap_message_new(NULL, xmlnode_from_str(tail, -1));
 	msn_soap_message_send(nexus->session, soap, MSN_TWN_SERVER, TWN_POST_URL,
 		nexus_got_response_cb, nexus);
-
-	return TRUE;
 }