summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-11-05 13:57:34 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-11-05 13:57:34 +0000
commit9c332af24b79e243e3d0f5bce5d0e9dc272032bb (patch)
tree1df2b1617b83c3780c05976486310ee416502d11
parentbf20be0405d50d2abf9e9551a05b7e724b08f63c (diff)
downloadATCD-9c332af24b79e243e3d0f5bce5d0e9dc272032bb.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/UIOP_Connector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/UIOP_Connector.cpp b/TAO/tao/UIOP_Connector.cpp
index da842124b7a..a5653ae626a 100644
--- a/TAO/tao/UIOP_Connector.cpp
+++ b/TAO/tao/UIOP_Connector.cpp
@@ -83,7 +83,7 @@ int
TAO_UIOP_Connector::close (void)
{
// Zap the creation strategy that we created earlier.
- delete this->base_connector_->creation_strategy ();
+ delete this->base_connector_.creation_strategy ();
return this->base_connector_.close ();
}