diff libpurple/protocols/msn/slplink.c @ 30974:f26e961e1274

Fix the name of this flag.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 28 Nov 2010 02:15:18 +0000
parents b64b2b05bd3c
children fa9b2cf68b9b
line wrap: on
line diff
--- 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 */