1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

All die() renamed to bug().

This commit is contained in:
Ondrej Filip
2000-06-06 01:00:34 +00:00
parent 80787d418b
commit fef1badfcf
5 changed files with 13 additions and 13 deletions

View File

@@ -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;