浏览代码

Merge pull request #4808 from jakesmith/hpcc-9349b

HPCC-9349 - HTTPCALL still failing due to missing line in commit

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 年之前
父节点
当前提交
b8d91bc630
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      thorlcr/master/thactivitymaster.cpp

+ 1 - 0
thorlcr/master/thactivitymaster.cpp

@@ -150,6 +150,7 @@ public:
             case TAKsoap_rowaction:
             case TAKsoap_datasetdataset:
             case TAKsoap_datasetaction:
+            case TAKhttp_rowdataset:
                 ret = new CMasterActivity(this);
                 break;
             case TAKskipcatch: