Mercurial > pidgin.yaz
changeset 25024:29f953732186
This connection is always using purple_proxy_connect now, so checking for newconn->gsc being non-NULL makes no sense.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Wed, 28 Jan 2009 04:27:01 +0000 |
parents | 86946237b284 |
children | 0e2731b9875c 8c8948b9f602 |
files | libpurple/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c Wed Jan 28 03:40:55 2009 +0000 +++ b/libpurple/protocols/oscar/oscar.c Wed Jan 28 04:27:01 2009 +0000 @@ -1706,7 +1706,7 @@ } g_free(host); - if (newconn->gsc == NULL && newconn->connect_data == NULL) + if (newconn->connect_data == NULL) { purple_connection_error_reason(gc, PURPLE_CONNECTION_ERROR_NETWORK_ERROR, _("Could Not Connect")); return 0;