perftool: fix c2cpel

Change-Id: I0f39477bbf88d490409fdcd5f58df55cfe2ec531
Signed-off-by: Florin Coras <fcoras@cisco.com>
This commit is contained in:
Florin Coras
2018-09-25 16:27:51 -07:00
committed by Damjan Marion
parent fc91a17600
commit 2ac7edeeaf

View File

@ -157,6 +157,8 @@ int main (int argc, char **argv)
char *outputfile = 0;
FILE *ofp;
clib_mem_init_thread_safe (0, 256 << 20);
if (argc < 3)
goto usage;