comparison 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
comparison
equal deleted inserted replaced
30973:79c438f2cb69 30974:f26e961e1274
516 directconn = slplink->directconn; 516 directconn = slplink->directconn;
517 if (!directconn->acked) 517 if (!directconn->acked)
518 msn_directconn_send_handshake(directconn); 518 msn_directconn_send_handshake(directconn);
519 #endif 519 #endif
520 } 520 }
521 else if (slpmsg->header->flags == P2P_NO_FLAG || slpmsg->header->flags == P2P_WML2009_COMP || 521 else if (slpmsg->header->flags == P2P_NO_FLAG || slpmsg->header->flags == P2P_WLM2009_COMP ||
522 msn_p2p_msg_is_data(slpmsg->header->flags)) 522 msn_p2p_msg_is_data(slpmsg->header->flags))
523 { 523 {
524 /* Release all the messages and send the ACK */ 524 /* Release all the messages and send the ACK */
525 525
526 if (slpcall->wait_for_socket) { 526 if (slpcall->wait_for_socket) {