X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnetutl.c;h=ce47c3e9b049892d4e20b00896c41f989d35bb1f;hp=9e60dbbf1f31a7e3d9363235e2ad0421875df1bf;hb=4b076ee87fcf8aaf1d9a2bd3c27524b4e3840167;hpb=1c007c0627ad5e71b8218fcb086240970e955c87 diff --git a/src/netutl.c b/src/netutl.c index 9e60dbbf..ce47c3e9 100644 --- a/src/netutl.c +++ b/src/netutl.c @@ -130,6 +130,9 @@ conn_list_t *new_conn_list(void) cp /* initialise all those stupid pointers at once */ memset(p, '\0', sizeof(*p)); + p->vpn_mask = (ip_t)(~0L); /* If this isn't done, it would be a + wastebucket for all packets with + unknown destination. */ p->nexthop = p; cp return p;