diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-10-16 22:32:09 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-10-16 22:32:09 +0000 |
commit | d273634b9c62821dc46e4171f6e2377f3880bb09 (patch) | |
tree | ccc9bd0f1bf66b262fcfe880d5937c49af716ce1 /ace/Svc_Conf_l.cpp | |
parent | 2f9a856d28f02fd197e2a7fda6c8ed0f47bbf269 (diff) | |
download | ATCD-d273634b9c62821dc46e4171f6e2377f3880bb09.tar.gz |
ChangeLogTag:Sat Oct 16 17:10:23 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Svc_Conf_l.cpp')
-rw-r--r-- | ace/Svc_Conf_l.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Conf_l.cpp b/ace/Svc_Conf_l.cpp index 1b6816ab067..b62846978fa 100644 --- a/ace/Svc_Conf_l.cpp +++ b/ace/Svc_Conf_l.cpp @@ -1465,7 +1465,7 @@ char msg[]; #endif { (void) fprintf( stderr, "%s\n", msg ); - exit( 1 ); + ACE_OS::exit( 1 ); } |