diff options
Diffstat (limited to 'src/vpp/api/json_format.c')
-rw-r--r-- | src/vpp/api/json_format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp/api/json_format.c b/src/vpp/api/json_format.c index 63454b87ac7..e001be04601 100644 --- a/src/vpp/api/json_format.c +++ b/src/vpp/api/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"); |