aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorswhite <swhite@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2004-06-01 12:38:27 +0000
committerswhite <swhite@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2004-06-01 12:38:27 +0000
commit2858caec0f43fda84c35d544902b1fe4521152c0 (patch)
tree56743745959254e09c25425fe907b31cfb9863cc
parent23dbb67b17b5b673b2428e1b4d2f74d7bb46f1c5 (diff)
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
-rw-r--r--src/HostNames.c2
1 files changed, 1 insertions, 1 deletions
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");
}
}