From 9ee386a1b6d7704b259460152c959ab0e79e02aa Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 29 Jan 2008 13:48:05 +0000 Subject: fix gcc warnings Max Kellermann --- extensions/libip6t_mh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libip6t_mh.c') diff --git a/extensions/libip6t_mh.c b/extensions/libip6t_mh.c index 717a8bee..dd0da2b8 100644 --- a/extensions/libip6t_mh.c +++ b/extensions/libip6t_mh.c @@ -220,7 +220,7 @@ static void mh_save(const void *ip, const struct xt_entry_match *match) static const struct option mh_opts[] = { { "mh-type", 1, NULL, '1' }, - { } + { .name = NULL } }; static struct ip6tables_match mh_match6 = { -- cgit v1.2.3