the IP address we want/request/use from the interface is the 'local'

address, the one on the box libcurl is running, not the 'remote' one.
This commit is contained in:
Yang Tse
2008-11-17 19:08:35 +00:00
parent 20d3e2b967
commit a15b6a6f86
5 changed files with 1 additions and 11 deletions

View File

@@ -50,7 +50,6 @@ struct ifreq {
/* This define was added by Daniel to avoid an extra #ifdef INTERIX in the
C code. */
#define ifr_dstaddr ifr_addr
#define ifr_name ifr_ifrn.ifrn_name /* interface name */
#define ifr_addr ifr_ifru.ifru_addr /* address */