diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-22 02:21:47 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-22 02:21:47 +0000 |
commit | c63f4c256d528b2a9d7bbf26eb8c39f3decff32f (patch) | |
tree | be9f9ea9c4f394c10778939c387102c16b6987cc /ace/Service_Config.cpp | |
parent | 3ef3db8c8039836a5cd19ba219b95c77a4acd1b8 (diff) | |
download | ATCD-c63f4c256d528b2a9d7bbf26eb8c39f3decff32f.tar.gz |
.
Diffstat (limited to 'ace/Service_Config.cpp')
-rw-r--r-- | ace/Service_Config.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Service_Config.cpp b/ace/Service_Config.cpp index 268245a5b47..b2dac3d7aaf 100644 --- a/ace/Service_Config.cpp +++ b/ace/Service_Config.cpp @@ -426,7 +426,8 @@ ACE_Service_Config::process_directives (void) // sure how to fix this with %p... ASYS_TEXT (sptr->fast_rep ()))); errno = ENOENT; - return -1; + result = -1; + break; } else { |