Fix to transaction read to write switch over clearing out the thread local state.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9609 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gary Spencer 2008-07-01 10:14:51 +00:00
parent 5824852a0a
commit c1bbebd7ec

View File

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