# HG changeset patch # User Christian Hammond # Date 1052624726 0 # Node ID 620d05932f00677378c5e0b1a3373e29d6e0e2fe # Parent 335f9353bf2262ecb5abe9fdd40e0e2d40b74e38 [gaim-migrate @ 5729] We shouldn't continue to use a switchboard if we know it doesn't exist. committer: Tailor Script diff -r 335f9353bf22 -r 620d05932f00 src/protocols/msn/notification.c --- a/src/protocols/msn/notification.c Sun May 11 00:05:12 2003 +0000 +++ b/src/protocols/msn/notification.c Sun May 11 03:45:26 2003 +0000 @@ -987,6 +987,7 @@ gaim_debug(GAIM_DEBUG_ERROR, "msn", "Received an XFR SB request when there's no unused " "switchboards!\n"); + return FALSE; } msn_switchboard_set_auth_key(swboard, params[4]);