X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=dbf081f75d629b04ea28aa0894aff48d00278f8a;hp=fdda07ed9f9a310af3d736f6bb18055b3a287526;hb=7f7e158aae8df5c65211bcfa82516e7c243cdd2e;hpb=3c54a513b0c0a3acac60e03403ab4abfa0688c62 diff --git a/src/net.h b/src/net.h index fdda07ed..dbf081f7 100644 --- a/src/net.h +++ b/src/net.h @@ -104,7 +104,7 @@ typedef struct conn_list_t { ip_t vpn_ip; /* his vpn ip */ ip_t vpn_mask; /* his vpn network address */ ip_t real_ip; /* his real (internet) ip */ - char *hostname; /* the hostname of its real ip */ +/* char *hostname; /* the hostname of its real ip */ short unsigned int port; /* his portnumber */ int flags; /* his flags */ int socket; /* our udp vpn socket */