# HG changeset patch # User Eric Warmenhoven # Date 1000852061 0 # Node ID 3497345bddfc55241af5a31e6666c00f3fc4133b # Parent 9ba34637908815a916c07ae35a850bcce4c130c1 [gaim-migrate @ 2316] hopefully this should make gethostbyname not take nearly as long diff -r 9ba346379088 -r 3497345bddfc src/proxy.c --- 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))