summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2013-03-25 14:26:17 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2013-03-25 14:26:17 +0000
commit335beba8cc70b722389173006d5507c76886903c (patch)
tree1272276958713fc63693604be077d1072943061c /usr.sbin
parent8e1b522d8b1dd6e74a80f8d45da5f44ecf09ee77 (diff)
sync w/ospfd: the event NBR_EVT_SEQ_NUM_MIS is not defined in state
NBR_STA_XSTRT; ok claudio@ sthen@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ospf6d/database.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/database.c b/usr.sbin/ospf6d/database.c
index dd7de014dac..53f46eee4e4 100644
--- a/usr.sbin/ospf6d/database.c
+++ b/usr.sbin/ospf6d/database.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: database.c,v 1.12 2011/05/02 08:59:58 claudio Exp $ */
+/* $OpenBSD: database.c,v 1.13 2013/03/25 14:26:16 markus Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -229,7 +229,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++;