HPCC-14058 Workunit services not honouring #option('slaveDaliClient',true) Reviewed-By: Jake Smith <jake.smith@lexisnexis.com> Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -1028,7 +1028,7 @@ public:
virtual bool allowDaliAccess() const
{
// NB. includes access to foreign Dalis.
- return globals->getPropBool("Debug/@slaveDaliClient");
+ return globals->getPropBool("Debug/@slaveDaliClient") || job.getWorkUnitValueBool("slaveDaliClient", false);
}
};