diff options
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); |