diff options
author | Yang Tse <yangsita@gmail.com> | 2008-11-17 19:08:35 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-11-17 19:08:35 +0000 |
commit | a15b6a6f86229de50f7622e23a6b19c040d3d4e1 (patch) | |
tree | dc93d77360b88ca4ba23482fe5592d5c06b92c3a /lib/if2ip.h | |
parent | 20d3e2b9675d4158625e8e413e5c09f65cb80cab (diff) | |
download | curl-a15b6a6f86229de50f7622e23a6b19c040d3d4e1.tar.gz |
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.
Diffstat (limited to 'lib/if2ip.h')
-rw-r--r-- | lib/if2ip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/if2ip.h b/lib/if2ip.h index 6888a4cb8..a7e341907 100644 --- a/lib/if2ip.h +++ b/lib/if2ip.h @@ -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 */ |