From 87b20c663e963853fa304acb2e9c30d39ca1426e Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Thu, 18 Jul 2019 11:41:14 +0200 Subject: include: json: add missing synproxy stmt print stub MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit statement.c:930:11: error: ‘synproxy_stmt_json’ undeclared here (not in a function); did you mean ‘tproxy_stmt_json’? .json = synproxy_stmt_json, ^~~~~~~~~~~~~~~~~~ tproxy_stmt_json Fixes: 1188a69604c3 ("src: introduce SYNPROXY matching") Signed-off-by: Fernando Fernandez Mancera Signed-off-by: Pablo Neira Ayuso --- include/json.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/json.h') diff --git a/include/json.h b/include/json.h index ce57c9f7..7f2df7c8 100644 --- a/include/json.h +++ b/include/json.h @@ -180,6 +180,7 @@ STMT_PRINT_STUB(queue) STMT_PRINT_STUB(verdict) STMT_PRINT_STUB(connlimit) STMT_PRINT_STUB(tproxy) +STMT_PRINT_STUB(synproxy) #undef STMT_PRINT_STUB #undef EXPR_PRINT_STUB -- cgit v1.2.3