From: Pablo Neira Ayuso Date: Thu, 28 Sep 2023 18:34:09 +0000 (+0200) Subject: json: add missing map statement stub X-Git-Tag: v1.0.9~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0f820fd34549239e73758dda0b88f3d339e1a5c;p=thirdparty%2Fnftables.git json: add missing map statement stub Add map statement stub to restore compilation without json support. Fixes: 27a2da23d508 ("netlink_linearize: skip set element expression in map statement key") Signed-off-by: Pablo Neira Ayuso --- diff --git a/include/json.h b/include/json.h index abeeb044..39be8928 100644 --- a/include/json.h +++ b/include/json.h @@ -189,6 +189,7 @@ STMT_PRINT_STUB(nat) STMT_PRINT_STUB(reject) STMT_PRINT_STUB(counter) STMT_PRINT_STUB(set) +STMT_PRINT_STUB(map) STMT_PRINT_STUB(log) STMT_PRINT_STUB(objref) STMT_PRINT_STUB(meter)