diff options
Diffstat (limited to 'src')
-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 _ }; |