Mercurial > pidgin
comparison libpurple/protocols/irc/irc.c @ 18063:926ccb104da0
disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 16 Jun 2007 19:00:35 +0000 |
parents | 4ca97b26a8fb |
children | 5c1ed6296b56 17a6a99e7230 315151da0dc6 |
comparison
equal
deleted
inserted
replaced
18058:4ca97b26a8fb | 18063:926ccb104da0 |
---|---|
590 | 590 |
591 PurpleConnection *gc = data; | 591 PurpleConnection *gc = data; |
592 struct irc_conn *irc = gc->proto_data; | 592 struct irc_conn *irc = gc->proto_data; |
593 int len; | 593 int len; |
594 | 594 |
595 if(!g_list_find((GList *)purple_connections_get_all(), gc)) { | 595 if(!g_list_find(purple_connections_get_all(), gc)) { |
596 purple_ssl_close(gsc); | 596 purple_ssl_close(gsc); |
597 return; | 597 return; |
598 } | 598 } |
599 | 599 |
600 if (irc->inbuflen < irc->inbufused + IRC_INITIAL_BUFSIZE) { | 600 if (irc->inbuflen < irc->inbufused + IRC_INITIAL_BUFSIZE) { |