# HG changeset patch # User Herman Bloggs # Date 1044058925 0 # Node ID 6ed914a991ef81ab098fbe482b8899fbcafea9c9 # Parent 62e01447b647618a21d434b03d8b6d4c13236f31 [gaim-migrate @ 4774] proxy_connect returns -1 on gethostbyname error committer: Tailor Script diff -r 62e01447b647 -r 6ed914a991ef src/proxy.c --- a/src/proxy.c Fri Jan 31 22:41:56 2003 +0000 +++ b/src/proxy.c Sat Feb 01 00:22:05 2003 +0000 @@ -1194,6 +1194,5 @@ return -1; } - gaim_gethostbyname_async(connecthost, connectport, connection_host_resolved, phb); - return 0; + return gaim_gethostbyname_async(connecthost, connectport, connection_host_resolved, phb); }