Преглед изворни кода

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()
     {