Browse Source

FIX #81 - build break in dasds.cpp

Commit 959be26a incorrectly relies on (as yet unmerged) changes to
createPTree prototypes.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 14 years ago
parent
commit
138bc5f3d8
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