diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-04-05 21:00:09 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-04-05 21:00:09 +0000 |
commit | af971e3399a77be19cb4d2b1c73e8f5ad0143fd4 (patch) | |
tree | 019e5696a97c02d8039022e4972dce288bf243c6 /sbin/isakmpd | |
parent | b1aa8448f2f49706ad70293b26895ed671bc485a (diff) |
Merge with EOM 1.34
Mem leak plugging.
1999 copyrights
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/udp.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/isakmpd/udp.c b/sbin/isakmpd/udp.c index e6cd6be9c66..e3c98a0a7cd 100644 --- a/sbin/isakmpd/udp.c +++ b/sbin/isakmpd/udp.c @@ -1,8 +1,8 @@ -/* $OpenBSD: udp.c,v 1.9 1999/03/31 23:47:12 niklas Exp $ */ -/* $EOM: udp.c,v 1.32 1999/03/31 23:34:48 niklas Exp $ */ +/* $OpenBSD: udp.c,v 1.10 1999/04/05 21:00:08 niklas Exp $ */ +/* $EOM: udp.c,v 1.34 1999/04/05 08:09:56 niklas Exp $ */ /* - * Copyright (c) 1998 Niklas Hallqvist. All rights reserved. + * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -277,6 +277,7 @@ udp_bind_if (struct ifreq *ifrp, void *arg) if (addr.s_addr == if_addr) break; } + conf_free_list (listen_on); /* * If address is zero then we did not find the address among the ones |