Mercurial > pidgin.yaz
diff 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 |
line wrap: on
line diff
--- 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]);
