Browse Source

Merge pull request #83 from richardkchapman/Issue81

FIX #81 - build break in dasds.cpp

Reviewing my own change as urgent fix to build-break.

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 14 years ago
parent
commit
4fb3663c98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dali/base/dasds.cpp

+ 1 - 1
dali/base/dasds.cpp

@@ -5502,7 +5502,7 @@ CCovenSDSManager::CCovenSDSManager(ICoven &_coven, IPropertyTree &_config, const
     clientProps->setPropBool("@serverIterAvailable", true);
     clientProps->setPropBool("@useAppendOpt", true);
     clientProps->setPropBool("@serverGetIdsAvailable", true);
-    IPropertyTree *throttle = clientProps->setPropTree("Throttle", createPTree());
+    IPropertyTree *throttle = clientProps->setPropTree("Throttle", createPTree(false));
     throttle->setPropInt("@limit", CLIENT_THROTTLE_LIMIT);
     throttle->setPropInt("@delay", CLIENT_THROTTLE_DELAY);
     // NB: dataPath is assumed to be local