Skip to content

Commit

Permalink
Bug fix #1441
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Mar 29, 2018
1 parent 64499fd commit a20ec8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ProxySQL_Admin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5945,7 +5945,7 @@ void ProxySQL_Admin::add_admin_users() {

void ProxySQL_Admin::__refresh_users() {
bool calculate_checksum = false;
if (checksum_variables.checksum_mysql_servers) {
if (checksum_variables.checksum_mysql_users) {
calculate_checksum = true;
}
if (calculate_checksum)
Expand Down

0 comments on commit a20ec8e

Please sign in to comment.