Explorar o código

Merge pull request #7673 from richardkchapman/thor-daliclient

HPCC-14058 Workunit services not honouring #option('slaveDaliClient',true)

Reviewed-By: Jake Smith <jake.smith@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman %!s(int64=10) %!d(string=hai) anos
pai
achega
20e35f3231
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      thorlcr/graph/thgraphslave.cpp

+ 1 - 1
thorlcr/graph/thgraphslave.cpp

@@ -1028,7 +1028,7 @@ public:
     virtual bool allowDaliAccess() const
     virtual bool allowDaliAccess() const
     {
     {
         // NB. includes access to foreign Dalis.
         // NB. includes access to foreign Dalis.
-        return globals->getPropBool("Debug/@slaveDaliClient");
+        return globals->getPropBool("Debug/@slaveDaliClient") || job.getWorkUnitValueBool("slaveDaliClient", false);
     }
     }
 };
 };