comparison libpurple/protocols/msn/slplink.c @ 31315:23be655cc688

propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head a27b68b2e6653e6b96aa0279bd649181c89b20ed) to branch 'im.pidgin.soc.2010.msn-tlc' (head 20ad1c813e2b512df4a065dda88f3cfa732463a3)
author masca@cpw.pidgin.im
date Wed, 15 Sep 2010 17:34:21 +0000
parents 393e127b3d83 6469c68fa093
children 2de522fa534a
comparison
equal deleted inserted replaced
31311:4b1eecab50e8 31315:23be655cc688
594 slpmsg = init_first_msg(slplink, header); 594 slpmsg = init_first_msg(slplink, header);
595 else { 595 else {
596 slpmsg = msn_slplink_message_find(slplink, header->session_id, header->id); 596 slpmsg = msn_slplink_message_find(slplink, header->session_id, header->id);
597 if (slpmsg == NULL) 597 if (slpmsg == NULL)
598 { 598 {
599 /* Probably the transfer was canceled */ 599 /* Probably the transfer was cancelled */
600 purple_debug_error("msn", "Couldn't find slpmsg\n"); 600 purple_debug_error("msn", "Couldn't find slpmsg\n");
601 return; 601 return;
602 } 602 }
603 } 603 }
604 604