summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-09-11 11:42:37 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-09-11 11:42:37 +0000
commit6e4cef6b0354723b359d0efd1dc689c9543ca05c (patch)
treea6d867a0f37e4b9928ca021b5e92f5a82a1c40c3
parentab96c9e4a36db4b5118970a6d3b6b9b0ece5efb3 (diff)
downloadATCD-6e4cef6b0354723b359d0efd1dc689c9543ca05c.tar.gz
ChangeLogTag: Tue Sep 11 06:41:31 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLogs/ChangeLog-02a5
-rw-r--r--ChangeLogs/ChangeLog-03a5
-rw-r--r--apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp2
4 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a0c7fec298f..8ee5ea7cd49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 11 06:41:31 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp: Fixed a
+ typo. This should fix most of the rrors in the scoreboard.
+
Mon Sep 10 18:59:24 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* apps/Gateway/Peer/Peer.cpp (nonblk_put):
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index a0c7fec298f..8ee5ea7cd49 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Tue Sep 11 06:41:31 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp: Fixed a
+ typo. This should fix most of the rrors in the scoreboard.
+
Mon Sep 10 18:59:24 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* apps/Gateway/Peer/Peer.cpp (nonblk_put):
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index a0c7fec298f..8ee5ea7cd49 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,8 @@
+Tue Sep 11 06:41:31 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp: Fixed a
+ typo. This should fix most of the rrors in the scoreboard.
+
Mon Sep 10 18:59:24 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* apps/Gateway/Peer/Peer.cpp (nonblk_put):
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.