From 3b5f75162f2307c30443f6175d37080c7f0d7e66 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 24 Aug 2013 17:57:16 +0200 Subject: src: json: s/nft_jansson_value_parse_str/nft_jansson_parse_str/g Remove _value_ infix to make the function name smaller. Signed-off-by: Pablo Neira Ayuso --- src/expr/lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/expr/lookup.c') diff --git a/src/expr/lookup.c b/src/expr/lookup.c index 34f484c..cbc4d42 100644 --- a/src/expr/lookup.c +++ b/src/expr/lookup.c @@ -149,7 +149,7 @@ nft_rule_expr_lookup_json_parse(struct nft_rule_expr *e, json_t *root) const char *set_name; int32_t reg; - set_name = nft_jansson_value_parse_str(root, "set"); + set_name = nft_jansson_parse_str(root, "set"); if (set_name == NULL) return -1; -- cgit v1.2.3