From 54ac9d2e03c6ae44b4e183c9bcf963196218c477 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 9 May 2000 12:02:48 +0000 Subject: Bugfix in hello. --- 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 d15f529..f3bd3d5 100644 --- a/proto/ospf/hello.c +++ b/proto/ospf/hello.c @@ -162,7 +162,7 @@ ospf_hello_rx(struct ospf_hello_packet *ps, struct proto *p, /* Neighbor is no more declaring itself as DR or BDR */ if(((n->rid==olddr) && (n->dr!=olddr)) || ((n->rid==oldbdr) && - (n->dr!=oldbdr))) + (n->bdr!=oldbdr))) ospf_int_sm(ifa, ISM_NEICH); } -- cgit v1.2.3