comparison src/protocols/msn/notification.c @ 5353:620d05932f00

[gaim-migrate @ 5729] We shouldn't continue to use a switchboard if we know it doesn't exist. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 11 May 2003 03:45:26 +0000
parents bbf2141d30d0
children 91db34a45cbe
comparison
equal deleted inserted replaced
5352:335f9353bf22 5353:620d05932f00
985 985
986 if (swboard == NULL) { 986 if (swboard == NULL) {
987 gaim_debug(GAIM_DEBUG_ERROR, "msn", 987 gaim_debug(GAIM_DEBUG_ERROR, "msn",
988 "Received an XFR SB request when there's no unused " 988 "Received an XFR SB request when there's no unused "
989 "switchboards!\n"); 989 "switchboards!\n");
990 return FALSE;
990 } 991 }
991 992
992 msn_switchboard_set_auth_key(swboard, params[4]); 993 msn_switchboard_set_auth_key(swboard, params[4]);
993 994
994 if (!msn_switchboard_connect(swboard, host, port)) { 995 if (!msn_switchboard_connect(swboard, host, port)) {