diff --git a/set_user.c b/set_user.c index 94b6c38..76652ad 100644 --- a/set_user.c +++ b/set_user.c @@ -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;