diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-30 00:23:58 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-30 00:23:58 +0000 |
commit | f2c3eea9421e5b8f7d604f3b737a413aca707c71 (patch) | |
tree | 92047b4f6fa5ab1e1dfdd997f445dacfe5e9aee7 /examples/Service_Configurator | |
parent | 5d0c130ff9f74c336b2832f9c26e6933613afe23 (diff) | |
download | ATCD-f2c3eea9421e5b8f7d604f3b737a413aca707c71.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples/Service_Configurator')
-rw-r--r-- | examples/Service_Configurator/Misc/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/Service_Configurator/Misc/main.cpp b/examples/Service_Configurator/Misc/main.cpp index d505c346a0f..9ddfae1cc2f 100644 --- a/examples/Service_Configurator/Misc/main.cpp +++ b/examples/Service_Configurator/Misc/main.cpp @@ -43,7 +43,6 @@ main (int, ASYS_TCHAR *argv[]) l_argv[4] = ASYS_TEXT ("-S"); l_argv[5] = ASYS_TEXT ("dynamic Timer_Service_2 Service_Object * ./Timer:_make_Timer_Service_2() \"timer 2 10 $TRACE\""); l_argv[6] = 0; - l_argv[3] = 0; if (ACE_Service_Config::open (6, l_argv) == -1 && errno != ENOENT) ACE_ERROR_RETURN ((LM_ERROR, |