diff options
Diffstat (limited to 'cpp/src/IceGrid/ServerI.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerI.cpp b/cpp/src/IceGrid/ServerI.cpp index bffabd5848a..b1bbc53f033 100644 --- a/cpp/src/IceGrid/ServerI.cpp +++ b/cpp/src/IceGrid/ServerI.cpp @@ -68,7 +68,7 @@ ServerI::load(const ServerDescriptorPtr& descriptor, StringAdapterPrxDict& adapt // _desc = descriptor; _serverDir = _serversDir + "/" + descriptor->name; - _activation = descriptor->activation; + _activation = descriptor->activation == "on-demand" ? OnDemand : Manual; // // Make sure the server directories exists. |