- Timestamp:
- 2006-06-25T19:43:14Z (19 years ago)
- Branches:
- master
- Children:
- c9f0c79
- Parents:
- 6ee9d2d (diff), 9b63df6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/proxy.c
r6ee9d2d rfd03770 539 539 phb->data = data; 540 540 541 #ifndef _WIN32542 sethostent(1);543 #endif544 545 541 if ((proxytype == PROXY_NONE) || !proxyhost || !proxyhost[0] || !proxyport || (proxyport == -1)) 546 542 return proxy_connect_none(host, port, phb);
Note: See TracChangeset
for help on using the changeset viewer.