diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2004-08-03 10:54:10 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2004-08-03 10:54:10 +0000 |
commit | b337bae270d603117da35f981f247b3da7e438c2 (patch) | |
tree | df3936e1daf533c07e658cd6f05947a78a1192a6 /sbin/isakmpd/udp.h | |
parent | 1ec3ed82d5c3bf12eb37bd41f367c6326270f671 (diff) |
Rewrite the transport reference count code to avoid leaks.
hshoexer@ ok.
Diffstat (limited to 'sbin/isakmpd/udp.h')
-rw-r--r-- | sbin/isakmpd/udp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/isakmpd/udp.h b/sbin/isakmpd/udp.h index 44916ccc044..dd91a6ce7e4 100644 --- a/sbin/isakmpd/udp.h +++ b/sbin/isakmpd/udp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: udp.h,v 1.9 2004/06/20 15:24:05 ho Exp $ */ +/* $OpenBSD: udp.h,v 1.10 2004/08/03 10:54:09 ho Exp $ */ /* $EOM: udp.h,v 1.4 1998/12/22 02:23:43 niklas Exp $ */ /* @@ -47,7 +47,6 @@ struct udp_transport { struct sockaddr *src; struct sockaddr *dst; int s; - LIST_ENTRY(udp_transport) link; }; #endif /* _UDP_H_ */ |