diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2013-01-17 08:58:54 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2013-01-17 08:58:54 +0000 |
commit | 760921c82e392a574c8be0cddedc985a32564aaa (patch) | |
tree | 820f8f59721fe166602a05c5887cea06ddcdbeb3 /usr.sbin/ospfd | |
parent | 393e6ee0fc621709990d532449bd066dccda8158 (diff) |
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@
Diffstat (limited to 'usr.sbin/ospfd')
-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++; |