Fix to filesystem transaction handling that was the cause of FTP/CIFS AVM filesystem errors.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9602 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gary Spencer
2008-06-30 15:51:33 +00:00
parent c1a47032fd
commit 8fdfa9ae2c

View File

@@ -316,6 +316,7 @@ public class AlfrescoDiskDriver implements IOCtlInterface, TransactionalFilesyst
// Clear the active transaction
sess.clearTransaction();
filesysTx.clearTransaction();
}
}
}