From ce815deb72fd3941b000aecec931131afc9d6c34 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Thu, 16 Apr 2020 18:47:27 +0000 Subject: vcl: fix app destroy Type: fix Signed-off-by: Florin Coras Change-Id: I21daa87b1a301142270a1bf20680dd9e9395aac9 --- src/vcl/vcl_cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vcl/vcl_cfg.c') diff --git a/src/vcl/vcl_cfg.c b/src/vcl/vcl_cfg.c index 2e180f4be9a..2ae940170b7 100644 --- a/src/vcl/vcl_cfg.c +++ b/src/vcl/vcl_cfg.c @@ -19,7 +19,7 @@ * Do not access it directly -- use vcm which will point to * the heap allocated copy after init. */ -static vppcom_main_t _vppcom_main = { +vppcom_main_t _vppcom_main = { .debug = VPPCOM_DEBUG_INIT, .is_init = 0, .app_index = ~0, -- cgit 1.2.3-korg