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_hl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libip6t_hl.c') diff --git a/extensions/libip6t_hl.c b/extensions/libip6t_hl.c index 87a1eeb7..7f995988 100644 --- a/extensions/libip6t_hl.c +++ b/extensions/libip6t_hl.c @@ -122,7 +122,7 @@ static const struct option hl_opts[] = { { .name = "hl-eq", .has_arg = 1, .val = '2' }, { .name = "hl-lt", .has_arg = 1, .val = '3' }, { .name = "hl-gt", .has_arg = 1, .val = '4' }, - { } + { .name = NULL } }; static struct ip6tables_match hl_match6 = { -- cgit v1.2.3