diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-06-02 06:29:56 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-06-02 06:29:56 +0000 |
commit | 5ecd54d653658617397322da266958cb64b8f58c (patch) | |
tree | bf5065b9a37e9fb39fb1d29430676ada69fd6550 /sbin | |
parent | b7d8656b9687949f4de84f14316f58092b7d6010 (diff) |
Merge with EOM 1.33
author: ho
Add connection_report
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/ui.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/ui.c b/sbin/isakmpd/ui.c index 893088ced55..1cc2eaf64a6 100644 --- a/sbin/isakmpd/ui.c +++ b/sbin/isakmpd/ui.c @@ -1,5 +1,5 @@ -/* $OpenBSD: ui.c,v 1.8 1999/05/01 20:43:46 niklas Exp $ */ -/* $EOM: ui.c,v 1.32 1999/05/01 20:21:19 niklas Exp $ */ +/* $OpenBSD: ui.c,v 1.9 1999/06/02 06:29:55 niklas Exp $ */ +/* $EOM: ui.c,v 1.33 1999/05/19 22:40:13 ho Exp $ */ /* * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. @@ -169,9 +169,11 @@ ui_debug (char *cmd) void ui_report (char *cmd) { + /* XXX Skip 'cmd' as arg? */ sa_report (); exchange_report (); transport_report (); + connection_report (); timer_report (); } |