Changeset 4b1a75a
- Timestamp:
- 2006-06-25T15:16:44Z (18 years ago)
- Branches:
- master
- Children:
- 38cc9d4
- Parents:
- 125b35d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/proxy.c
r125b35d r4b1a75a 538 538 phb->data = data; 539 539 540 #ifndef _WIN32541 sethostent(1);542 #endif543 544 540 if ((proxytype == PROXY_NONE) || !proxyhost || !proxyhost[0] || !proxyport || (proxyport == -1)) 545 541 return proxy_connect_none(host, port, phb);
Note: See TracChangeset
for help on using the changeset viewer.