summaryrefslogtreecommitdiffstats
path: root/proto/static
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-12-20 15:27:37 +0100
committerMartin Mares <mj@ucw.cz>1998-12-20 15:27:37 +0100
commit08c69a7720af32a82b8e2b4b9ea3742074b3b8ee (patch)
tree3405e18d16397ef85f97c34b3cd08a54ff689af0 /proto/static
parentee969ea7f4c4f40020e4209b167da04d04aba52c (diff)
downloadbird-08c69a7720af32a82b8e2b4b9ea3742074b3b8ee.tar
bird-08c69a7720af32a82b8e2b4b9ea3742074b3b8ee.zip
die() -> bug() where appropriate.
Diffstat (limited to 'proto/static')
-rw-r--r--proto/static/static.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/static/static.c b/proto/static/static.c
index d1fe217..7844460 100644
--- a/proto/static/static.c
+++ b/proto/static/static.c
@@ -82,7 +82,7 @@ static_start(struct proto *P)
break;
}
case RTD_DEVICE:
- die("Static device routes are not supported");
+ bug("Static device routes are not supported");
/* FIXME: Static device routes */
default:
static_install(p, r, NULL);