[gaim-migrate @ 2316]

Tue, 18 Sep 2001 22:27:41 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Tue, 18 Sep 2001 22:27:41 +0000
changeset 2306
3497345bddfc
parent 2305
9ba346379088
child 2307
ed444e623912

[gaim-migrate @ 2316]
hopefully this should make gethostbyname not take nearly as long

src/proxy.c file | annotate | diff | comparison | revisions
--- a/src/proxy.c	Tue Sep 18 18:17:21 2001 +0000
+++ b/src/proxy.c	Tue Sep 18 22:27:41 2001 +0000
@@ -713,6 +713,8 @@
 		return -1;
 	}
 
+	sethostent(1);
+
 	if ((proxytype == PROXY_NONE) ||
 		 !proxyhost || !proxyhost[0] ||
 		 !proxyport || (proxyport == -1))

mercurial