From 7368d34d8d58e37746a6ce3af39fd5cd1f36bf48 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 30 Nov 2023 18:47:42 +0100 Subject: c-collectd: Fixed missing escape char. Signed-off-by: Toni Uhlig --- examples/c-collectd/c-collectd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/c-collectd/c-collectd.c b/examples/c-collectd/c-collectd.c index 0ce1627bd..87a7f6fd1 100644 --- a/examples/c-collectd/c-collectd.c +++ b/examples/c-collectd/c-collectd.c @@ -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}}; -- cgit v1.2.3