changeset 695:d3db515e9a6e

[gaim-migrate @ 705] if we don't know what it is, we should still kill it. (oh joy) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 16 Aug 2000 02:10:18 +0000
parents 150214f1d48b
children 97b75ed155b0
files src/oscar.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);
 				}
 			}
 		}