From 2858caec0f43fda84c35d544902b1fe4521152c0 Mon Sep 17 00:00:00 2001 From: swhite Date: Tue, 1 Jun 2004 12:38:27 +0000 Subject: See bug 1715 Changed a couple of stray calls to 'exit' to CCTK_WARN( 0, ... ), rewrote code to avoid another. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@60 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1 --- src/HostNames.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HostNames.c b/src/HostNames.c index 160bf7e..d46505b 100644 --- a/src/HostNames.c +++ b/src/HostNames.c @@ -109,7 +109,7 @@ void HTTPDExtra_CollateHostData(void) if(!hostdata) { - exit(999); + CCTK_WARN(0, "Could not allocate memory"); } } -- cgit v1.2.3