diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-12-28 12:40:19 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-12-28 12:40:19 +0000 |
commit | d88e69ec9b9aed81b8de980e72ffe5eb93b7800b (patch) | |
tree | 604fed79d161a0bf5c7fc85e5577fa34cf803449 /ACE/ace/Service_Gestalt.cpp | |
parent | c414323152c31963d2387bd76d6858f5cf69ee10 (diff) | |
download | ATCD-d88e69ec9b9aed81b8de980e72ffe5eb93b7800b.tar.gz |
Thu Dec 28 12:37:21 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Service_Gestalt.cpp')
-rw-r--r-- | ACE/ace/Service_Gestalt.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/ace/Service_Gestalt.cpp b/ACE/ace/Service_Gestalt.cpp index 0a3a322a3a0..756ac4de993 100644 --- a/ACE/ace/Service_Gestalt.cpp +++ b/ACE/ace/Service_Gestalt.cpp @@ -1017,9 +1017,7 @@ ACE_Service_Gestalt::process_directive (const ACE_TCHAR directive[]) ACE_Svc_Conf_Param d (this, directive); - int result = this->process_directives_i (&d); - - return result; + return this->process_directives_i (&d); #else ACE_DLL dll; |