[gaim-migrate @ 4774]

Sat, 01 Feb 2003 00:22:05 +0000

author
Herman Bloggs <herman@bluedigits.com>
date
Sat, 01 Feb 2003 00:22:05 +0000
changeset 4499
79339f2e40d9
parent 4498
95e3bc0191e2
child 4500
99f0188eb8cf

[gaim-migrate @ 4774]
proxy_connect returns -1 on gethostbyname error

src/proxy.c file | annotate | diff | comparison | revisions
--- 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);
 }

mercurial