X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=inline;f=src%2Fnet.h;h=dbf081f75d629b04ea28aa0894aff48d00278f8a;hb=7f7e158aae8df5c65211bcfa82516e7c243cdd2e;hp=fdda07ed9f9a310af3d736f6bb18055b3a287526;hpb=d8e2f7104c3203edbf23d2349656c765a4310dee;p=tinc 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 */