summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_CH_Event.cpp
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2006-05-14 02:38:11 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2006-05-14 02:38:11 +0000
commitc31ee60bc6fcaa9f1c7027ca8e8c46992fc7532d (patch)
treef9394950b722cb1152d1ee72a11449fec676bc89 /TAO/tao/LF_CH_Event.cpp
parent76ec1f7e41e7d2a67afa031185a55138594c0d93 (diff)
downloadATCD-c31ee60bc6fcaa9f1c7027ca8e8c46992fc7532d.tar.gz
ChangeLog tag: Sat May 13 22:07:04 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tao/LF_CH_Event.cpp')
-rw-r--r--TAO/tao/LF_CH_Event.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/LF_CH_Event.cpp b/TAO/tao/LF_CH_Event.cpp
index 4e73d328828..41304c082bc 100644
--- a/TAO/tao/LF_CH_Event.cpp
+++ b/TAO/tao/LF_CH_Event.cpp
@@ -82,7 +82,7 @@ TAO_LF_CH_Event::error_detected (void) const
if (this->prev_state_ == TAO_LF_Event::LFS_CONNECTION_WAIT)
return this->state_ == TAO_LF_Event::LFS_CONNECTION_CLOSED;
- return 0;
+ return this->state_ == TAO_LF_Event::LFS_TIMEOUT;
}
void