summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-07-12 20:15:52 +0000
committerSteve Huston <shuston@riverace.com>2002-07-12 20:15:52 +0000
commitbf981338b065f3726017ae34bc2f37e18df54f4c (patch)
tree418b94c5fce9277325bef4d2fd994e7f4695f1f7
parent1a263e3fef34bb1ff84542f3b2b19ced1f2b59b1 (diff)
downloadATCD-bf981338b065f3726017ae34bc2f37e18df54f4c.tar.gz
ChangeLogTag:Fri Jul 12 16:08:33 2002 Steve Huston <shuston@riverace.com>
-rw-r--r--ace/Configuration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Configuration.cpp b/ace/Configuration.cpp
index 641665a7668..98f48a0735f 100644
--- a/ace/Configuration.cpp
+++ b/ace/Configuration.cpp
@@ -1514,7 +1514,7 @@ ACE_Configuration_Heap::open_section (const ACE_Configuration_Section_Key& base,
ACE_Configuration_Section_Key& result)
{
ACE_ASSERT (this->allocator_);
- if (validate_name (sub_section, true))
+ if (validate_name (sub_section, 1)) // 1 == allow_path
return -1;
result = base;