From fef1badfcfb0519cca10f3561e5cb79ef9f9e969 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 6 Jun 2000 01:00:34 +0000 Subject: All die() renamed to bug(). --- proto/ospf/lsreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/lsreq.c') diff --git a/proto/ospf/lsreq.c b/proto/ospf/lsreq.c index c9c4b1d..504ab58 100644 --- a/proto/ospf/lsreq.c +++ b/proto/ospf/lsreq.c @@ -86,7 +86,7 @@ lsrr_timer_hook(timer *timer) WALK_SLIST(SNODE en,n->lsrtl) { - if((SNODE en)->next==(SNODE en)) die("BUGGGGGG"); + if((SNODE en)->next==(SNODE en)) bug("RTList is cycled"); llsh=sl_alloc(upslab); llsh->lsh.id=en->lsa.id; llsh->lsh.rt=en->lsa.rt; -- cgit v1.2.3