Skip to content

Commit

Permalink
permissions: return ret variable set inside double_fixup()
Browse files Browse the repository at this point in the history
(cherry picked from commit e272eea)
  • Loading branch information
miconda committed May 5, 2022
1 parent 963842b commit beb501f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/permissions/permissions.c
Expand Up @@ -546,7 +546,7 @@ static int double_fixup(void** param, int param_no)
*param = tmp;
pkg_free(buffer);

return 0;
return ret;

} else if (param_no == 2) { /* pseudo variable */

Expand Down

0 comments on commit beb501f

Please sign in to comment.