summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.