summaryrefslogtreecommitdiff
path: root/ace/Connector.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-03-20 16:02:42 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-03-20 16:02:42 +0000
commitf3eb1df0a020eeda8c3eaa6e1d85333f942e1aa3 (patch)
tree1f682df5c289f799cfe99f97f008fb433225ea2c /ace/Connector.cpp
parent7500c5393ab55377d0a21dfd17f8ab456b7bec08 (diff)
downloadATCD-f3eb1df0a020eeda8c3eaa6e1d85333f942e1aa3.tar.gz
ChangeLogTag:Wed Mar 20 09:51:47 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/Connector.cpp')
-rw-r--r--ace/Connector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Connector.cpp b/ace/Connector.cpp
index b09998925ca..b17db5c5229 100644
--- a/ace/Connector.cpp
+++ b/ace/Connector.cpp
@@ -482,8 +482,8 @@ ACE_Connector<SVH, PR_CO_2>::connect_i (SVH *&sh,
{
// Save/restore errno.
ACE_Errno_Guard error (errno);
- // Make sure to close down the Channel to avoid descriptor
- // leaks.
+ // Make sure to close down the service handler to avoid
+ // handle leaks.
if (sh_copy == 0)
{
if (sh)