diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-06 01:00:34 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-06 01:00:34 +0000 |
commit | fef1badfcfb0519cca10f3561e5cb79ef9f9e969 (patch) | |
tree | 0638140f861b146c2654b625b5a8a038a35bd390 /proto/ospf/lsreq.c | |
parent | 80787d418bd028f59e34ffb08c1c221992fe3b41 (diff) |
All die() renamed to bug().
Diffstat (limited to 'proto/ospf/lsreq.c')
-rw-r--r-- | proto/ospf/lsreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsreq.c b/proto/ospf/lsreq.c index c9c4b1d1..504ab588 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; |