# HG changeset patch # User Elliott Sales de Andrade # Date 1318721611 0 # Node ID 13b5d6eb099d1c2b39b47ccff898c5fc2da83b2c # Parent 6fb2b4b4493465d95e8874769560c34fa17b7d73 It doesn't make sense to set the entire slpcall wasted just because we've received a single packet. Anyway, this means our ACKs never get sent, and the MSN2011 client thinks we didn't receive the file. diff -r 6fb2b4b44934 -r 13b5d6eb099d libpurple/protocols/msn/slpcall.c --- a/libpurple/protocols/msn/slpcall.c Sat Oct 15 23:25:32 2011 +0000 +++ b/libpurple/protocols/msn/slpcall.c Sat Oct 15 23:33:31 2011 +0000 @@ -1145,8 +1145,6 @@ if (slpcall->cb) slpcall->cb(slpcall, body, body_len); - - slpcall->wasted = TRUE; } } else if (msn_p2p_info_is_ack(slpmsg->p2p_info))