summaryrefslogtreecommitdiff
path: root/apps/JAWS/server/HTTP_Server.cpp
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-11 16:10:37 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-11 16:10:37 +0000
commitfe61367a1b4bd37d695a6995cdffc46732311371 (patch)
treeba00e9d782ec9a07ad1e342e5ffef8947749435e /apps/JAWS/server/HTTP_Server.cpp
parent6fe70464700ae2b2e2bab3939acbad46fa29fd34 (diff)
downloadATCD-fe61367a1b4bd37d695a6995cdffc46732311371.tar.gz
Minor changes
Diffstat (limited to 'apps/JAWS/server/HTTP_Server.cpp')
-rw-r--r--apps/JAWS/server/HTTP_Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS/server/HTTP_Server.cpp b/apps/JAWS/server/HTTP_Server.cpp
index 6c7d34c65c1..077d5db305c 100644
--- a/apps/JAWS/server/HTTP_Server.cpp
+++ b/apps/JAWS/server/HTTP_Server.cpp
@@ -162,7 +162,7 @@ HTTP_Server::thread_per_request (void)
ACE_ERROR_RETURN ((LM_ERROR,
"%p\n", "Thread_Per_Request_Task::open"),
-1);
- }
+ }
// This stinks, because I am afraid that if I remove this line,
// some compiler will issue a warning that this routine could exit