Skip to content

Commit

Permalink
Fixed #4729: Grant and Revoke update (field)
Browse files Browse the repository at this point in the history
(cherry picked from commit 741712e)
  • Loading branch information
AlexPeshkoff committed Dec 2, 2022
1 parent d4efc9e commit 6865d4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/jrd/dfw.epp
Original file line number Diff line number Diff line change
Expand Up @@ -2588,10 +2588,9 @@ static bool grant_privileges(thread_db* tdbb, SSHORT phase, DeferredWork* work,
switch (phase)
{
case 1:
case 2:
return true;

case 3:
case 2:
GRANT_privileges(tdbb, work->dfw_name, work->dfw_id, transaction);
break;

Expand Down

0 comments on commit 6865d4d

Please sign in to comment.