summaryrefslogtreecommitdiff
path: root/examples/Connection
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-16 18:17:52 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-16 18:17:52 +0000
commitb507b0691a35ea9b7192e65ea0e435847ce4fd1d (patch)
tree09ed4da2c283288cb50b892d6b428fe74cce5b5f /examples/Connection
parentb2e62a6ef510b4560a3b9f0d69de1f3df4da4d3e (diff)
downloadATCD-ami_phase2_end.tar.gz
This commit was manufactured by cvs2svn to create tagami_phase2_end
'ami_phase2_end'.
Diffstat (limited to 'examples/Connection')
-rw-r--r--examples/Connection/misc/Connection_Handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Connection/misc/Connection_Handler.cpp b/examples/Connection/misc/Connection_Handler.cpp
index af2efb2ed5f..13c58a1c629 100644
--- a/examples/Connection/misc/Connection_Handler.cpp
+++ b/examples/Connection/misc/Connection_Handler.cpp
@@ -141,7 +141,7 @@ Connection_Handler::handle_input (ACE_HANDLE)
this->get_handle ()),
-1);
default:
- if (((unsigned int) buf[0]) == EOF)
+ if (((int) buf[0]) == EOF)
ACE_ERROR_RETURN ((LM_ERROR,
"(%P|%t) closing log daemon (fd = %d)\n",
this->get_handle ()),