X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.c;h=dce4ae4fcf27038fbf4bd8af3228faec87d03f08;hp=01c1426c4b8074ef93080fc4ad7137b1c5d5e50f;hb=42455e97a057fb4386f9d8fb2f8963b2ec6ddf24;hpb=b1ecbf977722ec473fc8007acd39eb0de581de1a diff --git a/src/net.c b/src/net.c index 01c1426c..dce4ae4f 100644 --- a/src/net.c +++ b/src/net.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net.c,v 1.35.4.19 2000/07/02 13:36:18 guus Exp $ + $Id: net.c,v 1.35.4.20 2000/07/02 13:40:57 guus Exp $ */ #include "config.h" @@ -558,7 +558,7 @@ cp ncn = new_conn_list(); ncn->real_ip = ntohl(*((ip_t*)(h->h_addr_list[0]))); - ncn->real_hostname = hostlookup(htonl(ip)); + ncn->real_hostname = hostlookup(htonl(ncn->real_ip)); if(setup_outgoing_meta_socket(ncn) < 0) {