diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-08-23 23:11:03 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-08-23 23:11:03 +0000 |
commit | 609abece174c8f84050581cc4d1e6f64a6fd3542 (patch) | |
tree | 9551f089442c2a25c54855eb794e6e484e182b15 /sbin/isakmpd/isakmpd.c | |
parent | e601ba7a689f45e7c735cb0c5e77c95742c922ed (diff) |
Reinitialize transports on SIGUP.
Diffstat (limited to 'sbin/isakmpd/isakmpd.c')
-rw-r--r-- | sbin/isakmpd/isakmpd.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/isakmpd/isakmpd.c b/sbin/isakmpd/isakmpd.c index ab6f32f895d..6dc3054a3e2 100644 --- a/sbin/isakmpd/isakmpd.c +++ b/sbin/isakmpd/isakmpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isakmpd.c,v 1.34 2001/08/23 14:17:08 aaron Exp $ */ +/* $OpenBSD: isakmpd.c,v 1.35 2001/08/23 23:11:02 angelos Exp $ */ /* $EOM: isakmpd.c,v 1.54 2000/10/05 09:28:22 niklas Exp $ */ /* @@ -245,10 +245,9 @@ reinit (void) connection_reinit (); /* - * XXX Rescan interfaces. - * transport_reinit (); - * udp_reinit (); + * Rescan interfaces. */ + transport_reinit (); /* * XXX "These" (non-existant) reinitializations should not be done. |