fix for fyeo-41 (#44)

This commit is contained in:
Richard Holland
2023-03-14 10:30:27 +00:00
parent cd8faf611c
commit f732d724a2

View File

@@ -1349,7 +1349,7 @@ doTSH(
{
// this is a collect call so first check if the tsh can accept
uint32_t tshFlags = tshAcc->getFieldU32(sfFlags);
if (!canRollback && !(tshFlags & lsfTshCollect))
if (!(tshFlags & lsfTshCollect))
{
// this TSH doesn't allow collect calls, skip
JLOG(j_.trace())