diff options
author | Martin Mares <mj@ucw.cz> | 2004-06-05 11:29:38 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2004-06-05 11:29:38 +0200 |
commit | 189dab54a211d2d92148d2aae7130df3a080e7c8 (patch) | |
tree | 08b6a129510ad7ab691e91a078364c56e534b40a /proto/ospf | |
parent | 1512813e95a7edd2fad2834221dc1cb79aab6406 (diff) | |
download | bird-189dab54a211d2d92148d2aae7130df3a080e7c8.tar bird-189dab54a211d2d92148d2aae7130df3a080e7c8.zip |
`defaut' should be `default'.
Diffstat (limited to 'proto/ospf')
-rw-r--r-- | proto/ospf/dbdes.c | 3 |
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; } } |