Skip to content

Commit

Permalink
Fix another similar problem of CORE-2552. Now successfull_completion …
Browse files Browse the repository at this point in the history
…has wrong in the fetch API, when that warning is posted.

Alex: please verify if ERR_warning could be removed. It's not used anymore.
  • Loading branch information
asfernandes committed Jul 15, 2009
1 parent b6a2a98 commit 284aa72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jrd/evl.cpp
Expand Up @@ -1224,7 +1224,7 @@ bool EVL_field(jrd_rel* relation, Record* record, USHORT id, dsc* desc)
DEV_BLKCHK(record, type_rec);

if (!record) {
ERR_warning(Arg::Gds(isc_no_cur_rec));
ERR_post_warning(Arg::Warning(isc_no_cur_rec));
return false;
}

Expand Down

0 comments on commit 284aa72

Please sign in to comment.