From 0884f492232bb81366c04982bf4935307d273c26 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 30 May 2000 23:29:23 +0000 Subject: Ehm, in had this in code: "break; i--;" :-( --- proto/ospf/dbdes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto') diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index 83ef4f1..cd46bf3 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -78,8 +78,8 @@ ospf_dbdes_tx(struct ospf_neighbor *n) if(sn==STAIL(n->ifa->oa->lsal)) { - break; /* Should set some flag? */ i--; + break; /* Should set some flag? */ } sn=sn->next; lsa++; -- cgit v1.2.3