summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorho <ho@openbsd.org>2001-11-22 11:10:45 +0000
committerho <ho@openbsd.org>2001-11-22 11:10:45 +0000
commit5ad4c558786771631a6ac5fa3451d1904284e8b0 (patch)
treefe288fb37cd2048a8a704b1c7757956e5567f24c
parento) fix return value; (diff)
downloadwireguard-openbsd-5ad4c558786771631a6ac5fa3451d1904284e8b0.tar.xz
wireguard-openbsd-5ad4c558786771631a6ac5fa3451d1904284e8b0.zip
Nit.
-rw-r--r--sbin/isakmpd/ui.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/isakmpd/ui.c b/sbin/isakmpd/ui.c
index 73656fee5cc..c36f861dfdf 100644
--- a/sbin/isakmpd/ui.c
+++ b/sbin/isakmpd/ui.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ui.c,v 1.22 2001/10/05 08:18:37 ho Exp $ */
+/* $OpenBSD: ui.c,v 1.23 2001/11/22 11:10:45 ho Exp $ */
/* $EOM: ui.c,v 1.43 2000/10/05 09:25:12 niklas Exp $ */
/*
@@ -333,9 +333,7 @@ ui_handle_command (char *line)
case 'D':
ui_debug (line);
break;
-#endif
-#ifdef USE_DEBUG
case 'p':
ui_packetlog (line);
break;