From fe32db090ef3e942ef03e8cda09de8759703488b Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 9 Jan 1999 02:38:45 +0000 Subject: [PATCH] fix isc_error_runtimecheck --- lib/isc/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/isc/error.c b/lib/isc/error.c index 925e3c45e2..682f69e1cd 100644 --- a/lib/isc/error.c +++ b/lib/isc/error.c @@ -66,7 +66,7 @@ isc_error_fatal(char *file, int line, char *format, ...) { void isc_error_runtimecheck(char *file, int line, char *expression) { - (fatal_callback)(file, line, "RUNTIME_CHECK(%s) failed.", expression); + isc_error_fatal(file, line, "RUNTIME_CHECK(%s) failed.", expression); } static void