libpurple/protocols/msn/notification.c

changeset 30045
720904f7a7c2
parent 29721
fe9238a801b0
child 30196
6a2c93988900
child 30921
a3cbc0e5a3c0
--- a/libpurple/protocols/msn/notification.c	Mon Apr 19 20:45:31 2010 +0000
+++ b/libpurple/protocols/msn/notification.c	Mon Apr 19 23:55:03 2010 +0000
@@ -983,19 +983,12 @@
 static void
 fln_cmd(MsnCmdProc *cmdproc, MsnCommand *cmd)
 {
-	MsnSlpLink *slplink;
 	MsnUser *user;
 
 	/* Tell libpurple that the user has signed off */
 	user = msn_userlist_find_user(cmdproc->session->userlist, cmd->params[0]);
 	msn_user_set_state(user, NULL);
 	msn_user_update(user);
-
-	/* If we have an open MsnSlpLink with the user then close it */
-	slplink = msn_session_find_slplink(cmdproc->session, cmd->params[0]);
-	if (slplink != NULL)
-		msn_slplink_destroy(slplink);
-
 }
 
 static void

mercurial