diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-09-11 11:42:37 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-09-11 11:42:37 +0000 |
commit | 6e4cef6b0354723b359d0efd1dc689c9543ca05c (patch) | |
tree | a6d867a0f37e4b9928ca021b5e92f5a82a1c40c3 /apps/Gateway | |
parent | ab96c9e4a36db4b5118970a6d3b6b9b0ece5efb3 (diff) | |
download | ATCD-6e4cef6b0354723b359d0efd1dc689c9543ca05c.tar.gz |
ChangeLogTag: Tue Sep 11 06:41:31 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'apps/Gateway')
-rw-r--r-- | apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp b/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp index 826a7331f05..6668dab1dc4 100644 --- a/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp +++ b/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp @@ -79,7 +79,7 @@ Consumer_Handler::nonblk_put (ACE_Message_Block *event) this->handle_close (); return -1; } - eise if (errno == EWOULDBLOCK) + else if (errno == EWOULDBLOCK) { // We didn't manage to send everything, so we need to queue // things up. |