diff options
Diffstat (limited to 'ace/Configuration.cpp')
-rw-r--r-- | ace/Configuration.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Configuration.cpp b/ace/Configuration.cpp index 23ff5e54833..94982dfe1f2 100644 --- a/ace/Configuration.cpp +++ b/ace/Configuration.cpp @@ -137,12 +137,12 @@ ACE_Configuration::expand_path (const ACE_Configuration_Section_Key& key, if (!end) { key_out = current_section; - return 0; + break; } begin = end + 1; } - return -1; + return 0; } int |