Mercurial > pidgin.yaz
comparison libpurple/proxy.c @ 25011:ae544623840b
propagate from branch 'im.pidgin.pidgin' (head f018e11a7ea08e07f22667e6daca2ec7e64f9710)
to branch 'org.darkrain42.pidgin.buddy-add' (head e4fae922272cfd510a1f55595c374c2b9f665767)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Fri, 02 Jan 2009 19:27:02 +0000 |
parents | 95ef7beb926b |
children | de01d4aa4571 a6e3cb32cdd2 4670851af098 |
comparison
equal
deleted
inserted
replaced
25010:6eecd6ba2862 | 25011:ae544623840b |
---|---|
619 * was destroyed via purple_proxy_connect_cancel(), we may get here with a freed connect_data. | 619 * was destroyed via purple_proxy_connect_cancel(), we may get here with a freed connect_data. |
620 */ | 620 */ |
621 if (!PURPLE_PROXY_CONNECT_DATA_IS_VALID(connect_data)) | 621 if (!PURPLE_PROXY_CONNECT_DATA_IS_VALID(connect_data)) |
622 return; | 622 return; |
623 | 623 |
624 purple_debug_info("proxy", "Connected to %s:%d.\n", | 624 purple_debug_info("proxy", "Connecting to %s:%d.\n", |
625 connect_data->host, connect_data->port); | 625 connect_data->host, connect_data->port); |
626 | 626 |
627 /* | 627 /* |
628 * purple_input_get_error after a non-blocking connect returns -1 if something is | 628 * purple_input_get_error after a non-blocking connect returns -1 if something is |
629 * really messed up (bad descriptor, usually). Otherwise, it returns 0 and | 629 * really messed up (bad descriptor, usually). Otherwise, it returns 0 and |