diff options
author | 2001-11-22 11:10:45 +0000 | |
---|---|---|
committer | 2001-11-22 11:10:45 +0000 | |
commit | 5ad4c558786771631a6ac5fa3451d1904284e8b0 (patch) | |
tree | fe288fb37cd2048a8a704b1c7757956e5567f24c | |
parent | o) fix return value; (diff) | |
download | wireguard-openbsd-5ad4c558786771631a6ac5fa3451d1904284e8b0.tar.xz wireguard-openbsd-5ad4c558786771631a6ac5fa3451d1904284e8b0.zip |
Nit.
-rw-r--r-- | sbin/isakmpd/ui.c | 4 |
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; |