diff options
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) { // |