Skip to content

Commit

Permalink
Fix reload problems related to the remote config
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbin committed May 16, 2022
1 parent b9f46ea commit 71ac2a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/sql-filter-variables.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,5 +347,7 @@ sql_filter_vars_reload_str_rules(const char *json_str)
g_hash_table_remove_all(cetus_variables);
}

sql_filter_vars_load_default_rules();

return sql_filter_vars_load_str_rules(json_str);
}

0 comments on commit 71ac2a6

Please sign in to comment.