summaryrefslogtreecommitdiffstats
path: root/proto/ospf/dbdes.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2004-06-05 11:29:38 +0200
committerMartin Mares <mj@ucw.cz>2004-06-05 11:29:38 +0200
commit189dab54a211d2d92148d2aae7130df3a080e7c8 (patch)
tree08b6a129510ad7ab691e91a078364c56e534b40a /proto/ospf/dbdes.c
parent1512813e95a7edd2fad2834221dc1cb79aab6406 (diff)
downloadbird-189dab54a211d2d92148d2aae7130df3a080e7c8.tar
bird-189dab54a211d2d92148d2aae7130df3a080e7c8.zip
`defaut' should be `default'.
Diffstat (limited to 'proto/ospf/dbdes.c')
-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;
}
}