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 /proto/static/static.c | |
parent | ee969ea7f4c4f40020e4209b167da04d04aba52c (diff) | |
download | bird-08c69a7720af32a82b8e2b4b9ea3742074b3b8ee.tar bird-08c69a7720af32a82b8e2b4b9ea3742074b3b8ee.zip |
die() -> bug() where appropriate.
Diffstat (limited to 'proto/static/static.c')
-rw-r--r-- | proto/static/static.c | 2 |
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); |