Skip to content

Commit

Permalink
Postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
aafemt committed Aug 3, 2024
1 parent e4a17a4 commit ec108f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsql/DsqlBatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ Firebird::IBatchCompletionState* DsqlBatch::execute(thread_db* tdbb)
req->req_records_deleted;
completionState->regUpdate(after - before);

if (isExecBlock)
if (receiveMessage)
EXE_receive(tdbb, req, receiveMessage->msg_number, receiveMessage->msg_length, nullptr); // We don't care about returned record
}
catch (const Exception& ex)
Expand Down

0 comments on commit ec108f1

Please sign in to comment.