summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-06-02 06:29:56 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-06-02 06:29:56 +0000
commit5ecd54d653658617397322da266958cb64b8f58c (patch)
treebf5065b9a37e9fb39fb1d29430676ada69fd6550 /sbin
parentb7d8656b9687949f4de84f14316f58092b7d6010 (diff)
Merge with EOM 1.33
author: ho Add connection_report
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/ui.c6
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 ();
}