diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index aa9df739..bd78750c 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -349,8 +349,7 @@ ospf_dbdes_receive(struct ospf_dbdes_packet *ps, ospf_neigh_sm(n, INM_SEQMIS); } break; - defaut: + default: bug("Received dbdes from %I in undefined state.", n->ip); - break; } }