diff options
author | Martin Mares <mj@ucw.cz> | 1998-12-20 14:27:37 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-12-20 14:27:37 +0000 |
commit | 08c69a7720af32a82b8e2b4b9ea3742074b3b8ee (patch) | |
tree | 3405e18d16397ef85f97c34b3cd08a54ff689af0 /proto | |
parent | ee969ea7f4c4f40020e4209b167da04d04aba52c (diff) |
die() -> bug() where appropriate.
Diffstat (limited to 'proto')
-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 d1fe217b..7844460e 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); |