diff options
Diffstat (limited to 'cpp/demo/Freeze/library/Server.cpp')
-rw-r--r-- | cpp/demo/Freeze/library/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/library/Server.cpp b/cpp/demo/Freeze/library/Server.cpp index fda90db0811..c476d1c6eb6 100644 --- a/cpp/demo/Freeze/library/Server.cpp +++ b/cpp/demo/Freeze/library/Server.cpp @@ -50,7 +50,7 @@ LibraryServer::run(int argc, char* argv[]) // Create an evictor for books. // Freeze::EvictorPtr evictor = Freeze::createEvictor(adapter, _envName, "books"); - Ice::Int evictorSize = properties->getPropertyAsInt("Library.EvictorSize"); + Ice::Int evictorSize = properties->getPropertyAsInt("EvictorSize"); if(evictorSize > 0) { evictor->setSize(evictorSize); |