Browse Source

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 years ago
parent
commit
b8d91bc630
1 changed files with 1 additions and 0 deletions
  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: