Skip to content

Commit

Permalink
Fix set_user merge error
Browse files Browse the repository at this point in the history
Commit 11788c7 introduced a bug wherein all
`set_user.superuser_whitelist` entries were considered valid. This was
introduced by a bad merge. Revert the bad line to get this working
again.
  • Loading branch information
mpalmi committed Jun 25, 2018
1 parent 046a804 commit e0ea5a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion set_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ check_user_whitelist(Oid userId, const char *whitelist)
"or remove the wildcard character \"%s\". The whitelist "
"cannot contain both.",
WHITELIST_WILDCARD)));
result = true;
}
}
return result;
Expand Down

0 comments on commit e0ea5a9

Please sign in to comment.