Skip to content

Commit 2365814

Browse files
committed
Correction, thanks to Mark
1 parent ebb64f9 commit 2365814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/isql/isql.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4008,7 +4008,7 @@ static void check_autoterm()
40084008
}
40094009
}
40104010

4011-
if (!(protocolVersion == 0 || protocolVersion >= PROTOCOL_PREPARE_FLAG) &&
4011+
if (!(protocolVersion == 0 || protocolVersion >= (PROTOCOL_PREPARE_FLAG & FB_PROTOCOL_MASK)) &&
40124012
isqlGlob.major_ods >= ODS_VERSION14)
40134013
{
40144014
setValues.AutoTerm = false;

0 commit comments

Comments
 (0)