summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-27 20:47:33 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-27 20:47:33 +0000
commit21b3789428664af1de6fb14e614763f02b31d80f (patch)
treece50edbdcf8c61004722b736a5bc9f1039f4a021 /examples
parent45b072c59226e4f622e8a2a2b144b47baae809cc (diff)
downloadATCD-21b3789428664af1de6fb14e614763f02b31d80f.tar.gz
Explicitly allow using static services with Service_Config.
Diffstat (limited to 'examples')
-rw-r--r--examples/Service_Configurator/Misc/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Service_Configurator/Misc/main.cpp b/examples/Service_Configurator/Misc/main.cpp
index ad0e72d6071..5025bc21271 100644
--- a/examples/Service_Configurator/Misc/main.cpp
+++ b/examples/Service_Configurator/Misc/main.cpp
@@ -47,7 +47,7 @@ main (int, ASYS_TCHAR *argv[])
l_argv[7] = ASYS_TEXT ("-fsvc.conf");
l_argv[8] = 0;
- if (ACE_Service_Config::open (8, l_argv) == -1 && errno != ENOENT)
+ if (ACE_Service_Config::open (8, l_argv, ACE_DEFAULT_LOGGER_KEY, 0) == -1 && errno != ENOENT)
ACE_ERROR_RETURN ((LM_ERROR,
ASYS_TEXT ("%p\n"),
ASYS_TEXT ("open")),