Skip to content

Commit

Permalink
squash. genquery2 fix for non-admins - permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Apr 5, 2024
1 parent cf209a7 commit c741044
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/genquery2/src/genquery2_sql.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ namespace
_opts.user_zone,
min_perm_level);
_state.values.emplace_back(std::string{_opts.user_name});
_state.values.emplace_back(std::string{_opts.user_zone});
}
else if (c_iter != end) {
sql += fmt::format(" and pcu.user_name = ? and pcu.zone_name = '{}' and pcoa.access_type_id >= {}",
Expand Down

0 comments on commit c741044

Please sign in to comment.