diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-18 14:48:21 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-18 14:48:21 +0000 |
commit | dafe68cdd749f62fb47ca71e81bba33b8b7da4b5 (patch) | |
tree | aa0a7d4abaa58285f6db0f3fc3c3a8aa36b973b3 /cpp | |
parent | Fixed bug in sequence code generation for nested array sequences. (diff) | |
download | ice-dafe68cdd749f62fb47ca71e81bba33b8b7da4b5.tar.bz2 ice-dafe68cdd749f62fb47ca71e81bba33b8b7da4b5.tar.xz ice-dafe68cdd749f62fb47ca71e81bba33b8b7da4b5.zip |
Ice::Service no longer resets the umask
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 3 | ||||
-rwxr-xr-x | cpp/src/Ice/Service.cpp | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 0b73e8bf936..89893c283f9 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,6 +1,9 @@ Changes since version 1.5.1 --------------------------- +- The Ice::Service class no longer resets the umask to 0, but rather + uses the inherited umask. + - Fixed a code generation problem in slice2cpp. This problem showed up only for the --impl option. diff --git a/cpp/src/Ice/Service.cpp b/cpp/src/Ice/Service.cpp index 8983298b5e4..b771de66de7 100755 --- a/cpp/src/Ice/Service.cpp +++ b/cpp/src/Ice/Service.cpp @@ -1390,11 +1390,6 @@ Ice::Service::runDaemon(int argc, char* argv[]) } */ - // - // Set the umask. - // - umask(0); - if(_changeDirectory) { // |