From 88a04b056d173bc1a79f9c87a40de09211de7bb5 Mon Sep 17 00:00:00 2001 From: nw1 Date: Sun, 26 Oct 1997 10:02:11 +0000 Subject: Fixed some typos. --- ace/Connector.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ace/Connector.cpp') 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::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 -- cgit v1.2.1