| 746 * I didn't want to do this, but MSN 7 is somehow causing us to crash |
746 * I didn't want to do this, but MSN 7 is somehow causing us to crash |
| 747 * here, I couldn't reproduce it to debug more, and people are |
747 * here, I couldn't reproduce it to debug more, and people are |
| 748 * reporting bugs. Hopefully this doesn't cause more crashes. Stu. |
748 * reporting bugs. Hopefully this doesn't cause more crashes. Stu. |
| 749 */ |
749 */ |
| 750 if (slplink->swboard != NULL) |
750 if (slplink->swboard != NULL) |
| 751 slplink->swboard->slplink = slplink; |
751 slplink->swboard->slplinks = g_list_prepend(slplink->swboard->slplinks, slplink); |
| 752 else |
752 else |
| 753 gaim_debug_error("msn", "msn_p2p_msg, swboard is NULL, ouch!\n"); |
753 gaim_debug_error("msn", "msn_p2p_msg, swboard is NULL, ouch!\n"); |
| 754 } |
754 } |
| 755 |
755 |
| 756 msn_slplink_process_msg(slplink, msg); |
756 msn_slplink_process_msg(slplink, msg); |