diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-12-06 13:59:12 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-12-06 13:59:12 +0000 |
commit | 162bc33804305972cebad3c4bbc17808e4a6ec5a (patch) | |
tree | e2b12bf653ad9b69eecdbc391a102aff5b932635 /netsvcs | |
parent | d8bd2b08c223b310de1c20eb962b79ce0c3c8b56 (diff) | |
download | ATCD-162bc33804305972cebad3c4bbc17808e4a6ec5a.tar.gz |
ChangeLogTag:Mon Dec 6 07:55:05 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'netsvcs')
-rw-r--r-- | netsvcs/lib/Server_Logging_Handler_T.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netsvcs/lib/Server_Logging_Handler_T.cpp b/netsvcs/lib/Server_Logging_Handler_T.cpp index 35bfbadf4db..b9890d8cb54 100644 --- a/netsvcs/lib/Server_Logging_Handler_T.cpp +++ b/netsvcs/lib/Server_Logging_Handler_T.cpp @@ -347,7 +347,7 @@ ACE_Thr_Server_Logging_Handler<LMR>::svc (void) // Loop until the client terminates the connection or an error occurs. - while ((result = this->handle_input ()) > 0) + while ((result = this->handle_input ()) == 0) continue; return result; |