summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proto/ospf/dbdes.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c
index aa9df73..bd78750 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;
}
}