mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
die() -> bug() where appropriate.
This commit is contained in:
@@ -291,7 +291,7 @@ krt_prune(struct krt_proto *p)
|
||||
rte_update(n, &p->p, new);
|
||||
break;
|
||||
default:
|
||||
die("krt_prune: invalid route status");
|
||||
bug("krt_prune: invalid route status");
|
||||
}
|
||||
|
||||
if (old)
|
||||
|
Reference in New Issue
Block a user