]> git.ipfire.org Git - thirdparty/nftables.git/commit
parser_json: Fix typo in json_parse_cmd_add_object()
authorPhil Sutter <phil@nwl.cc>
Wed, 13 Sep 2023 18:44:19 +0000 (20:44 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 3 Nov 2023 11:23:37 +0000 (12:23 +0100)
commit8db05f2c4f3d71571a8d6fe017699a61fab16331
treeec80c789dadc301c495278c345abb05a25501ca1
parentff245dac04efd564d8a610acdabba30a9aa849c5
parser_json: Fix typo in json_parse_cmd_add_object()

commit 300edcfbb357ef1785b5a16424952fcd06146cb3 upstream.

A case of bad c'n'p in the fixed commit broke ct timeout objects
parsing.

Fixes: c7a5401943df8 ("parser_json: Fix for ineffective family value checks")
Signed-off-by: Phil Sutter <phil@nwl.cc>
src/parser_json.c