From 08c69a7720af32a82b8e2b4b9ea3742074b3b8ee Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 20 Dec 1998 14:27:37 +0000 Subject: die() -> bug() where appropriate. --- proto/static/static.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto') 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); -- cgit v1.2.3