summaryrefslogtreecommitdiff
path: root/TAO/tao/default_resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/default_resource.cpp')
-rw-r--r--TAO/tao/default_resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/default_resource.cpp b/TAO/tao/default_resource.cpp
index 476b89743f2..a818bf28393 100644
--- a/TAO/tao/default_resource.cpp
+++ b/TAO/tao/default_resource.cpp
@@ -973,7 +973,7 @@ TAO_Default_Resource_Factory::create_purging_strategy (void)
{
ACE_NEW_RETURN (strategy,
TAO_LRU_Connection_Purging_Strategy (
- this->cache_maximum ()),
+ this->cache_maximum ()),
0);
}
else