summaryrefslogtreecommitdiffstats
path: root/src/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/monitor.c')
-rw-r--r--src/monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monitor.c b/src/monitor.c
index a733a9f0..2b5325ea 100644
--- a/src/monitor.c
+++ b/src/monitor.c
@@ -939,8 +939,8 @@ int netlink_echo_callback(const struct nlmsghdr *nlh, void *data)
if (nft_output_json(&nft->output)) {
if (nft->json_root)
return json_events_cb(nlh, &echo_monh);
-
- json_alloc_echo(nft);
+ if (!nft->json_echo)
+ json_alloc_echo(nft);
echo_monh.format = NFTNL_OUTPUT_JSON;
}