defaut' should be
default'.
This commit is contained in:
parent
1512813e95
commit
189dab54a2
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue