X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgbp%2Fgbp_api.c;fp=src%2Fplugins%2Fgbp%2Fgbp_api.c;h=bcc2d22612f20a609238a4145c9fbda425d1db7a;hb=281ff51396647ae8182cb9b3644940d05e82d227;hp=cd08eeb7eb4ff14841d924735cabf931fa7531a4;hpb=060bfb987a277624e5644de2fcbee1196c2c76e8;p=vpp.git diff --git a/src/plugins/gbp/gbp_api.c b/src/plugins/gbp/gbp_api.c index cd08eeb7eb4..bcc2d22612f 100644 --- a/src/plugins/gbp/gbp_api.c +++ b/src/plugins/gbp/gbp_api.c @@ -935,7 +935,7 @@ vl_api_gbp_contract_add_del_t_handler (vl_api_gbp_contract_add_del_t * mp) { vl_api_gbp_contract_add_del_reply_t *rmp; u16 *allowed_ethertypes; - u32 stats_index; + u32 stats_index = ~0; index_t *rules; int ii, rv = 0; u8 n_et;