From fd9f0c0640fd02a26b96b4f9d3cbbffbb6544a84 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 8 Apr 2020 22:25:15 +0200 Subject: Configuration strings are constant. This is merely a const propagation. There was no problem in there. --- filter/data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter') diff --git a/filter/data.h b/filter/data.h index dd9830df..4ebce73b 100644 --- a/filter/data.h +++ b/filter/data.h @@ -72,7 +72,7 @@ struct f_val { lcomm lc; ip_addr ip; const net_addr *net; - char *s; + const char *s; const struct f_tree *t; const struct f_trie *ti; const struct adata *ad; -- cgit v1.2.3