summaryrefslogtreecommitdiffstats
path: root/src/statement.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statement.c')
-rw-r--r--src/statement.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statement.c b/src/statement.c
index 98e56844..45d2067c 100644
--- a/src/statement.c
+++ b/src/statement.c
@@ -810,6 +810,7 @@ static const struct stmt_ops tproxy_stmt_ops = {
.type = STMT_TPROXY,
.name = "tproxy",
.print = tproxy_stmt_print,
+ .json = tproxy_stmt_json,
.destroy = tproxy_stmt_destroy,
};