Changeset fd03770 for lib/proxy.c


Ignore:
Timestamp:
2006-06-25T19:43:14Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
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.
Message:

Merging from devel/Jelmer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/proxy.c

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