summaryrefslogtreecommitdiffstats
path: root/src/vat/json_format.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vat/json_format.c')
-rw-r--r--src/vat/json_format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vat/json_format.c b/src/vat/json_format.c
index 6f316d972eb..208fdd1442f 100644
--- a/src/vat/json_format.c
+++ b/src/vat/json_format.c
@@ -245,7 +245,7 @@ void
vat_json_print (FILE * ofp, vat_json_node_t * node)
{
vat_print_ctx_t ctx;
- memset (&ctx, 0, sizeof ctx);
+ clib_memset (&ctx, 0, sizeof ctx);
ctx.indent = 0;
ctx.ofp = ofp;
fformat (ofp, "\n");