From fef1badfcfb0519cca10f3561e5cb79ef9f9e969 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 6 Jun 2000 01:00:34 +0000 Subject: All die() renamed to bug(). --- proto/ospf/lsalib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/ospf/lsalib.c') diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 181f78b..0741c79 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -176,7 +176,7 @@ htonlsab(void *h, void *n, u8 type, u16 len) } break; } - default: die("(hton): Unknown LSA"); + default: bug("(hton): Unknown LSA"); } }; @@ -273,7 +273,7 @@ ntohlsab(void *n, void *h, u8 type, u16 len) } break; } - default: die("(ntoh): Unknown LSA"); + default: bug("(ntoh): Unknown LSA"); } }; -- cgit v1.2.3