X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=blobdiff_plain;f=test%2Fudp-preload.c;h=ec3be09540ad654b0541419f627dfdaab0ae72da;hp=55e4314e2ef19817c2cae2b202e9df4713574388;hb=af0904876cc6e2594ff855f391e01722d46e55b2;hpb=e01a769c8f661bd5014b0445bf8974f71fcce46b diff --git a/test/udp-preload.c b/test/udp-preload.c index 55e4314..ec3be09 100644 --- a/test/udp-preload.c +++ b/test/udp-preload.c @@ -80,10 +80,6 @@ WRAPS(DEF_OLD) typedef struct{ int af; - union { - struct sockaddr_in v4; - struct sockaddr_in6 v6; - } bound; } fdinfo; static fdinfo **table; static int tablesz; @@ -136,7 +132,6 @@ WRAP(socket) { table[fd]=malloc(sizeof(*table[fd])); if (!table[fd]) goto fail; table[fd]->af=domain; - table[fd]->bound.v4.sin_family=0; return fd; fail: