diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-09-21 16:47:59 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-09-21 16:47:59 +0000 |
commit | bccaf02e1f90dda0302a22b436b5d4a183087e46 (patch) | |
tree | 9d7376cec9489d1a65197d030ee2038f70409213 /apps | |
parent | 2eb8522bdecd9040ff1e2ebcfb26f53a46cb977e (diff) | |
download | ATCD-bccaf02e1f90dda0302a22b436b5d4a183087e46.tar.gz |
ChangeLogTag:Tue Sep 21 11:47:00 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/JAWS/server/HTTP_Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS/server/HTTP_Server.cpp b/apps/JAWS/server/HTTP_Server.cpp index b262b2ca5c8..146a7c04d8b 100644 --- a/apps/JAWS/server/HTTP_Server.cpp +++ b/apps/JAWS/server/HTTP_Server.cpp @@ -120,7 +120,7 @@ HTTP_Server::init (int argc, char *argv[]) // Document this function { // Ignore signals generated when a connection is broken unexpectedly. - ACE_Sig_Action sig (ACE_SignalHandler (SIG_IGN), SIGPIPE); + ACE_Sig_Action sig ((ACE_SignalHandler) SIG_IGN, SIGPIPE); ACE_UNUSED_ARG (sig); // Parse arguments which sets the initial state. |