diff options
author | 2005-05-26 22:09:10 +0000 | |
---|---|---|
committer | 2005-05-26 22:09:10 +0000 | |
commit | cf1f1ec4e350efabc8d284635c8b37e04e956862 (patch) | |
tree | c9dae620f78985f5cbe2eb8913127b6be326cd3a | |
parent | Remove unneeded debugging messages from ospfe imsg handling. (diff) | |
download | wireguard-openbsd-cf1f1ec4e350efabc8d284635c8b37e04e956862.tar.xz wireguard-openbsd-cf1f1ec4e350efabc8d284635c8b37e04e956862.zip |
Remove unused event/action caption.
-rw-r--r-- | usr.sbin/ospfd/neighbor.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ospfd/neighbor.c b/usr.sbin/ospfd/neighbor.c index 47ad3278860..4893bbbc8c2 100644 --- a/usr.sbin/ospfd/neighbor.c +++ b/usr.sbin/ospfd/neighbor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: neighbor.c,v 1.19 2005/05/26 20:42:10 norby Exp $ */ +/* $OpenBSD: neighbor.c,v 1.20 2005/05/26 22:09:10 norby Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -85,7 +85,6 @@ struct { const char * const nbr_event_names[] = { "NOTHING", "HELLO_RECEIVED", - "START", "2_WAY_RECEIVED", "NEGOTIATION_DONE", "SNAPSHOT_DONE", @@ -103,7 +102,6 @@ const char * const nbr_event_names[] = { const char * const nbr_action_names[] = { "NOTHING", - "START", "RESET_INACTIVITY_TIMER", "START_INACTIVITY_TIMER", "EVAL", |