summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsreq.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-06 03:00:34 +0200
committerOndrej Filip <feela@network.cz>2000-06-06 03:00:34 +0200
commitfef1badfcfb0519cca10f3561e5cb79ef9f9e969 (patch)
tree0638140f861b146c2654b625b5a8a038a35bd390 /proto/ospf/lsreq.c
parent80787d418bd028f59e34ffb08c1c221992fe3b41 (diff)
downloadbird-fef1badfcfb0519cca10f3561e5cb79ef9f9e969.tar
bird-fef1badfcfb0519cca10f3561e5cb79ef9f9e969.zip
All die() renamed to bug().
Diffstat (limited to 'proto/ospf/lsreq.c')
-rw-r--r--proto/ospf/lsreq.c2
1 files changed, 1 insertions, 1 deletions
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;