Explorar o código

HPCC-11288 - regression if inside transaction

Signed-off-by: Jake Smith <jake.smith@lexisnexis.com>
Jake Smith %!s(int64=11) %!d(string=hai) anos
pai
achega
4cc6ced8aa
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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()
     {