X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fvcl_cfg.c;h=8baae82942d3baf0dc06dae612f6abebed5a0e72;hb=47c40e2d944c9a29677d0542103207ba8372b66a;hp=402bb91315fc89b3a8a972e4fdcc2340b30979f4;hpb=743ee3e12531ec3c6ba2e2add694dde3361b0e03;p=vpp.git diff --git a/src/vcl/vcl_cfg.c b/src/vcl/vcl_cfg.c index 402bb91315f..8baae82942d 100644 --- a/src/vcl/vcl_cfg.c +++ b/src/vcl/vcl_cfg.c @@ -23,7 +23,6 @@ static vppcom_main_t _vppcom_main = { .debug = VPPCOM_DEBUG_INIT, .is_init = 0, .app_index = ~0, - .my_client_index = ~0 }; vppcom_main_t *vcm = &_vppcom_main;