Changeset 4b1a75a


Ignore:
Timestamp:
2006-06-25T15:16:44Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
38cc9d4
Parents:
125b35d
Message:

Disabling call to sethostent() because it causes major problems on OpenBSD
(and because I don't see any use for it anyway).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/proxy.c

    r125b35d r4b1a75a  
    538538        phb->data = data;
    539539       
    540 #ifndef _WIN32
    541         sethostent(1);
    542 #endif
    543        
    544540        if ((proxytype == PROXY_NONE) || !proxyhost || !proxyhost[0] || !proxyport || (proxyport == -1))
    545541                return proxy_connect_none(host, port, phb);
Note: See TracChangeset for help on using the changeset viewer.