summaryrefslogtreecommitdiffstats
path: root/tests/nft-expr_lookup-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nft-expr_lookup-test.c')
-rw-r--r--tests/nft-expr_lookup-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nft-expr_lookup-test.c b/tests/nft-expr_lookup-test.c
index 28c1204..9e6e051 100644
--- a/tests/nft-expr_lookup-test.c
+++ b/tests/nft-expr_lookup-test.c
@@ -59,7 +59,7 @@ int main(int argc, char *argv[])
char buf[4096];
struct nftnl_expr_iter *iter_a, *iter_b;
struct nftnl_expr *rule_a, *rule_b;
- char *lookup_set = "test_set_01243";
+ const char *lookup_set = "test_set_01243";
a = nftnl_rule_alloc();
b = nftnl_rule_alloc();