diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2001-11-22 11:10:46 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2001-11-22 11:10:46 +0000 |
commit | a5d78e2fce41caf9ecac927647f64b5e78859e30 (patch) | |
tree | 64daaab9f5a6db2f57535e10745332d261d61955 /sbin/isakmpd/ui.c | |
parent | 18bcb5faf3a86a7ecde33f1dcf98162495d5f643 (diff) |
Nit.
Diffstat (limited to 'sbin/isakmpd/ui.c')
-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; |