From 551d44438275e9ebc9e7590814f413ac7d0cccd6 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 9 May 2000 11:29:52 +0000 Subject: Sorry, it didn't compile. :-( --- proto/ospf/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/hello.c') diff --git a/proto/ospf/hello.c b/proto/ospf/hello.c index 74ae43a..d15f529 100644 --- a/proto/ospf/hello.c +++ b/proto/ospf/hello.c @@ -161,7 +161,7 @@ ospf_hello_rx(struct ospf_hello_packet *ps, struct proto *p, ospf_int_sm(ifa, ISM_NEICH); /* Neighbor is no more declaring itself as DR or BDR */ - if(((n->rid==olddr) && (n->dr!=olddr)) || ((n->rid==olbddr) && + if(((n->rid==olddr) && (n->dr!=olddr)) || ((n->rid==oldbdr) && (n->dr!=oldbdr))) ospf_int_sm(ifa, ISM_NEICH); } -- cgit v1.2.3