Skip to content

Commit

Permalink
Backport fix for bug CORE-3095 : Client receive event's with count eq…
Browse files Browse the repository at this point in the history
…ual to 1 despite of how many times EVENT was POSTed in same transaction
  • Loading branch information
hvlad committed Jan 31, 2011
1 parent 6760d35 commit 3a0f666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jrd/dfw.epp
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@ DeferredWork* DFW_post_work(jrd_tra* transaction, enum dfw_t type, const dsc* de
DeferredWork* work = sp->hash.lookup(tmp);
if (work)
{
work->dfw_count++;
return work;
}

Expand Down

0 comments on commit 3a0f666

Please sign in to comment.