diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-26 10:02:11 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-26 10:02:11 +0000 |
commit | 88a04b056d173bc1a79f9c87a40de09211de7bb5 (patch) | |
tree | 4e3ab2dfc800ac3aa86c1c5b172c76b6beec258a /ace/Connector.cpp | |
parent | 9e62634ee69d2683df79f90cea1ce6d6af58cb48 (diff) | |
download | ATCD-88a04b056d173bc1a79f9c87a40de09211de7bb5.tar.gz |
Fixed some typos.
Diffstat (limited to 'ace/Connector.cpp')
-rw-r--r-- | ace/Connector.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Connector.cpp b/ace/Connector.cpp index 90d9cf1e05f..c205dbb69f1 100644 --- a/ace/Connector.cpp +++ b/ace/Connector.cpp @@ -701,7 +701,8 @@ ACE_Strategy_Connector<SH, PR_CO_2>::open if (this->concurrency_strategy_ == 0) if (con_s == 0) { - ACE_NEW_RETURN (con_s, CONCURRENCY_STRATEGY, -1); + ACE_NEW_RETURN (this->concurrency_strategy_, + CONCURRENCY_STRATEGY, -1); this->delete_concurrency_strategy_ = 1; } else |