mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
defaut' should be
default'.
This commit is contained in:
parent
1512813e95
commit
189dab54a2
@ -349,8 +349,7 @@ ospf_dbdes_receive(struct ospf_dbdes_packet *ps,
|
|||||||
ospf_neigh_sm(n, INM_SEQMIS);
|
ospf_neigh_sm(n, INM_SEQMIS);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
defaut:
|
default:
|
||||||
bug("Received dbdes from %I in undefined state.", n->ip);
|
bug("Received dbdes from %I in undefined state.", n->ip);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user