Mercurial > pidgin.yaz
changeset 14247:c0d06ccd038b
[gaim-migrate @ 16929]
This stuff should no longer be necessary
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 21 Aug 2006 02:01:38 +0000 |
parents | bcfeac54c1b3 |
children | 4975f529d909 |
files | libgaim/protocols/irc/irc.c |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/libgaim/protocols/irc/irc.c Mon Aug 21 01:47:51 2006 +0000 +++ b/libgaim/protocols/irc/irc.c Mon Aug 21 02:01:38 2006 +0000 @@ -379,14 +379,6 @@ GaimInputCondition cond) { GaimConnection *gc = data; - struct irc_conn *irc = gc->proto_data; - - if(!g_list_find(gaim_connections_get_all(), gc)) { - gaim_ssl_close(gsc); - return; - } - - irc->gsc = gsc; if (do_login(gc)) { gaim_ssl_input_add(gsc, irc_input_cb_ssl, gc);