diff options
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r-- | cpp/src/Ice/Instance.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp index 621ab8a889a..92b97b5ab33 100644 --- a/cpp/src/Ice/Instance.cpp +++ b/cpp/src/Ice/Instance.cpp @@ -307,6 +307,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Prope _sslSystem = IceSSL::Factory::getSystem(this); _sslSystem->configure(); +#ifndef _WIN32 // // daemon() must be called after the SSL system has been // configured, since SSL might want to read a passphrase from @@ -324,6 +325,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Prope throw ex; } } +#endif // // Must be done after daemon() is called, since daemon() |