X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvat%2Frestart.c;h=8fe29d89bf04bf3c036f30a3a242dfc0ef56085f;hb=e26c81f;hp=adeee000680adae12d9816a361532477d74b1c6e;hpb=7cd468a3d7dee7d6c92f69a0bb7061ae208ec727;p=vpp.git diff --git a/src/vat/restart.c b/src/vat/restart.c index adeee000680..8fe29d89bf0 100644 --- a/src/vat/restart.c +++ b/src/vat/restart.c @@ -65,7 +65,7 @@ restart_main_fn (unformat_input_t * i) /* * Step 1: look up the current VPP pid in the shared-memory database */ - memset (ma, 0, sizeof (*ma)); + clib_memset (ma, 0, sizeof (*ma)); ma->root_path = (char *) chroot_path; svmdb_client = svmdb_map (ma);