comparison libgaim/protocols/oscar/oscar_data.c @ 14392:92eb7a040663

[gaim-migrate @ 17099] Better connection error messages for dnsquery failures in general and for oscar committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 31 Aug 2006 09:44:51 +0000
parents 80b05108652c
children 648e33275d9d
comparison
equal deleted inserted replaced
14391:6e89bfd2b33f 14392:92eb7a040663
107 gaim_timeout_remove(od->getblisttimer); 107 gaim_timeout_remove(od->getblisttimer);
108 if (od->getinfotimer > 0) 108 if (od->getinfotimer > 0)
109 gaim_timeout_remove(od->getinfotimer); 109 gaim_timeout_remove(od->getinfotimer);
110 while (od->oscar_connections != NULL) 110 while (od->oscar_connections != NULL)
111 flap_connection_destroy(od->oscar_connections->data, 111 flap_connection_destroy(od->oscar_connections->data,
112 OSCAR_DISCONNECT_DONE); 112 OSCAR_DISCONNECT_DONE, NULL);
113 113
114 while (od->peer_connections != NULL) 114 while (od->peer_connections != NULL)
115 peer_connection_destroy(od->peer_connections->data, 115 peer_connection_destroy(od->peer_connections->data,
116 OSCAR_DISCONNECT_LOCAL_CLOSED); 116 OSCAR_DISCONNECT_LOCAL_CLOSED);
117 117