libpurple/protocols/msn/slplink.c

changeset 31185
5ffa2e7ba2e1
parent 31147
99a593a0819b
child 31239
09f29f405e80
--- a/libpurple/protocols/msn/slplink.c	Sun Nov 28 00:44:35 2010 +0000
+++ b/libpurple/protocols/msn/slplink.c	Sun Nov 28 02:15:18 2010 +0000
@@ -518,7 +518,7 @@
 			msn_directconn_send_handshake(directconn);
 #endif
 	}
-	else if (slpmsg->header->flags == P2P_NO_FLAG || slpmsg->header->flags == P2P_WML2009_COMP ||
+	else if (slpmsg->header->flags == P2P_NO_FLAG || slpmsg->header->flags == P2P_WLM2009_COMP ||
 			msn_p2p_msg_is_data(slpmsg->header->flags))
 	{
 		/* Release all the messages and send the ACK */

mercurial