mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-11-02 11:17:49 +00:00
c-collectd: Fixed missing escape char.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
@@ -166,7 +166,7 @@ static struct json_stat_map const breeds_map[] = {{"Safe", &collectd_statistics.
|
||||
{"Unsafe", &collectd_statistics.flow_breed_unsafe_count},
|
||||
{"Potentially Dangerous",
|
||||
&collectd_statistics.flow_breed_potentially_dangerous_count},
|
||||
{"Tracker/Ads", &collectd_statistics.flow_breed_tracker_ads_count},
|
||||
{"Tracker\\/Ads", &collectd_statistics.flow_breed_tracker_ads_count},
|
||||
{"Dangerous", &collectd_statistics.flow_breed_dangerous_count},
|
||||
{"Unrated", &collectd_statistics.flow_breed_unrated_count},
|
||||
{NULL, &collectd_statistics.flow_breed_unknown_count}};
|
||||
|
||||
Reference in New Issue
Block a user