libpurple/protocols/msn/notification.c

branch
cpw.qulogic.msn
changeset 23832
39585aada24b
parent 23830
1436e3de5d6c
parent 23831
cb154d0d058e
child 23833
1a4c1d44858d
--- a/libpurple/protocols/msn/notification.c	Sat Jul 12 04:42:24 2008 +0000
+++ b/libpurple/protocols/msn/notification.c	Sat Jul 12 04:50:47 2008 +0000
@@ -1645,9 +1645,6 @@
 sbs_cmd(MsnCmdProc *cmdproc, MsnCommand *cmd)
 {
 	purple_debug_info("msn", "Processing SBS... \n");
-	if(cmd->payload_len == 0){
-		return;
-	}
 	/*get the payload content*/
 }
 

mercurial