diff options
author | Martin Mares <mj@ucw.cz> | 1998-12-20 15:27:37 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-12-20 15:27:37 +0100 |
commit | 08c69a7720af32a82b8e2b4b9ea3742074b3b8ee (patch) | |
tree | 3405e18d16397ef85f97c34b3cd08a54ff689af0 /sysdep/linux/krt-scan.c | |
parent | ee969ea7f4c4f40020e4209b167da04d04aba52c (diff) | |
download | bird-08c69a7720af32a82b8e2b4b9ea3742074b3b8ee.tar bird-08c69a7720af32a82b8e2b4b9ea3742074b3b8ee.zip |
die() -> bug() where appropriate.
Diffstat (limited to 'sysdep/linux/krt-scan.c')
-rw-r--r-- | sysdep/linux/krt-scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/linux/krt-scan.c b/sysdep/linux/krt-scan.c index 9801f8a..f1c0090 100644 --- a/sysdep/linux/krt-scan.c +++ b/sysdep/linux/krt-scan.c @@ -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) |