Fix reload problems related to the remote config

This commit is contained in:
wangbin 2022-05-16 21:09:49 +08:00
parent b9f46ea49a
commit 71ac2a6936

View File

@ -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);
}