comparison libpurple/protocols/msn/slplink.c @ 31314:6469c68fa093

propagate from branch 'im.pidgin.pidgin' (head fabc09bf724818b9b50e1c41d4afd6549f298c05) to branch 'im.pidgin.cpw.qulogic.msnp16' (head d8e8a3b3ec17b199432993002327e4ecf156d12b)
author masca@cpw.pidgin.im
date Sat, 11 Sep 2010 19:03:25 +0000
parents e53f81486d57 1cdae196aac8
children 23be655cc688
comparison
equal deleted inserted replaced
31313:c49697f075cf 31314:6469c68fa093
630 else 630 else
631 { 631 {
632 slpmsg = msn_slplink_message_find(slplink, header->session_id, header->id); 632 slpmsg = msn_slplink_message_find(slplink, header->session_id, header->id);
633 if (slpmsg == NULL) 633 if (slpmsg == NULL)
634 { 634 {
635 /* Probably the transfer was canceled */ 635 /* Probably the transfer was cancelled */
636 purple_debug_error("msn", "Couldn't find slpmsg\n"); 636 purple_debug_error("msn", "Couldn't find slpmsg\n");
637 return; 637 return;
638 } 638 }
639 } 639 }
640 640