src/protocols/msn/slp.c

changeset 14029
0e8ca0cb7054
parent 13713
1ae8790174a4
child 14147
b6323eeaf37b
equal deleted inserted replaced
14028:eefce1b0c4e3 14029:0e8ca0cb7054
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);

mercurial