diff options
author | Neale Ranns <nranns@cisco.com> | 2018-11-09 06:45:21 -0800 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2018-11-09 06:45:36 -0800 |
commit | 46eecfdb9d25e0370afb705ec1691f501be32eb2 (patch) | |
tree | bebe9047bf900942ded41ca090614e6a2cad4374 /src/plugins | |
parent | a8f53818e20ba5252ecd2067ecf71a55139ae874 (diff) |
GBP: Fix error-strings array in gbp-vxlan4
Change-Id: I36c2fa33cdc1db9a6af9b48c99e281abd8af1b6e
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/gbp/gbp_vxlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/gbp/gbp_vxlan.c b/src/plugins/gbp/gbp_vxlan.c index b29fc111131..7464ccf2332 100644 --- a/src/plugins/gbp/gbp_vxlan.c +++ b/src/plugins/gbp/gbp_vxlan.c @@ -337,7 +337,7 @@ typedef enum } gbp_vxlan_input_error_t; static char *gbp_vxlan_error_strings[] = { -#define _(n,s) s +#define _(n,s) s, foreach_gbp_vxlan_error #undef _ }; |