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. --- nest/iface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/iface.c') diff --git a/nest/iface.c b/nest/iface.c index 831b3e2..ce638d2 100644 --- a/nest/iface.c +++ b/nest/iface.c @@ -341,7 +341,7 @@ auto_router_id(void) /* FIXME: What if we run IPv6??? */ (!j || ipa_to_u32(i->ip) < ipa_to_u32(j->ip))) j = i; if (!j) /* FIXME: allow configuration or running without RID */ - die("Cannot determine router ID, please configure manually"); + bug("Cannot determine router ID, please configure manually"); router_id = ipa_to_u32(j->ip); debug("Router ID set to %08x (%s)\n", router_id, j->name); } -- cgit v1.2.3