8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 19:23:03 +01:00

Forgot this when changing PAR_parse, CMP_compile2 and friends (not important).

This commit is contained in:
robocop 2009-08-08 11:08:39 +00:00
parent cfe264c350
commit a7c7f15e40

View File

@ -3520,7 +3520,7 @@ ISC_STATUS GDS_TRANSACT_REQUEST(ISC_STATUS* user_status,
Jrd::ContextPoolHolder context(tdbb, new_pool);
CompilerScratch* csb = PAR_parse(tdbb, reinterpret_cast<const UCHAR*>(blr),
blr_length, FALSE);
blr_length, false);
request = CMP_make_request(tdbb, csb, false);
CMP_verify_access(tdbb, request);