# HG changeset patch # User Eric Warmenhoven # Date 966391818 0 # Node ID d3db515e9a6e206929d24a3d3a4fe86703e5400c # Parent 150214f1d48bdc9a61aad337889fd380a0b3b3a0 [gaim-migrate @ 705] if we don't know what it is, we should still kill it. (oh joy) committer: Tailor Script diff -r 150214f1d48b -r d3db515e9a6e src/oscar.c --- a/src/oscar.c Wed Aug 16 01:53:59 2000 +0000 +++ b/src/oscar.c Wed Aug 16 02:10:18 2000 +0000 @@ -140,6 +140,8 @@ signoff(); hide_login_progress(_("Disconnected.")); auth_failed(); + } else { + aim_conn_kill(gaim_sess, &conn); } } }