diff options
author | 2013-01-17 08:58:53 +0000 | |
---|---|---|
committer | 2013-01-17 08:58:53 +0000 | |
commit | 0de6e2e9f37794daa9f843c8e815bf3f64ae9083 (patch) | |
tree | cbc0e84364e17ff81373503467fc8a2ee2d3bc0e | |
parent | Convert softraid RAID 0 to the new ccb functions. (diff) | |
download | wireguard-openbsd-0de6e2e9f37794daa9f843c8e815bf3f64ae9083.tar.xz wireguard-openbsd-0de6e2e9f37794daa9f843c8e815bf3f64ae9083.zip |
the event NBR_EVT_SEQ_NUM_MIS is not defined in state NBR_STA_XSTRT
(would change back to NBR_STA_XSTRT anyway)
ok claudio@
-rw-r--r-- | usr.sbin/ospfd/database.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/database.c b/usr.sbin/ospfd/database.c index 80f5e0cede0..6c6d9ccd1e3 100644 --- a/usr.sbin/ospfd/database.c +++ b/usr.sbin/ospfd/database.c @@ -1,4 +1,4 @@ -/* $OpenBSD: database.c,v 1.29 2011/05/09 12:24:41 claudio Exp $ */ +/* $OpenBSD: database.c,v 1.30 2013/01/17 08:58:53 markus Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -239,7 +239,6 @@ recv_db_description(struct nbr *nbr, char *buf, u_int16_t len) log_warnx("recv_db_description: invalid " "seq num, mine %x his %x", nbr->dd_seq_num, ntohl(dd_hdr.dd_seq_num)); - nbr_fsm(nbr, NBR_EVT_SEQ_NUM_MIS); return; } nbr->dd_seq_num++; |