浏览代码

HPCC-11288 - regression if inside transaction

Signed-off-by: Jake Smith <jake.smith@lexisnexis.com>
Jake Smith 11 年之前
父节点
当前提交
4cc6ced8aa
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      plugins/fileservices/fileservices.cpp

+ 2 - 0
plugins/fileservices/fileservices.cpp

@@ -1170,6 +1170,8 @@ public:
             transaction = _transaction;
             transaction->start();
         }
+        else
+            transaction = NULL;
     }
     ~CImplicitSuperTransaction()
     {