summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-11-01 22:29:18 +0000
committerMarc Laukien <marc@zeroc.com>2004-11-01 22:29:18 +0000
commit0bbb9967789423aeba97d0b5dad0470b66b78e87 (patch)
treea0da2f996640dabdf90f2ec210305972fc9db207 /cpp/src/Ice/ThreadPool.cpp
parentmore glacier2 (diff)
downloadice-0bbb9967789423aeba97d0b5dad0470b66b78e87.tar.bz2
ice-0bbb9967789423aeba97d0b5dad0470b66b78e87.tar.xz
ice-0bbb9967789423aeba97d0b5dad0470b66b78e87.zip
more glacier2
Diffstat (limited to 'cpp/src/Ice/ThreadPool.cpp')
-rw-r--r--cpp/src/Ice/ThreadPool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.cpp b/cpp/src/Ice/ThreadPool.cpp
index 3b0d4039a08..6b9e1a3660b 100644
--- a/cpp/src/Ice/ThreadPool.cpp
+++ b/cpp/src/Ice/ThreadPool.cpp
@@ -75,7 +75,7 @@ IceInternal::ThreadPool::ThreadPool(const InstancePtr& instance, const string& p
const_cast<int&>(_sizeMax) = sizeMax;
const_cast<int&>(_sizeWarn) = sizeWarn;
- int stackSize = _instance->properties()->getPropertyAsIntWithDefault(_prefix + ".StackSize", 0);
+ int stackSize = _instance->properties()->getPropertyAsInt(_prefix + ".StackSize");
if(stackSize < 0)
{
stackSize = 0;