From 0d199bb941aac7052a19dd5d75520d016fff1765 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Tue, 29 Jan 2008 13:48:05 +0000 Subject: [PATCH]: fix gcc warnings Max Kellermann --- extensions/libip6t_frag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libip6t_frag.c') diff --git a/extensions/libip6t_frag.c b/extensions/libip6t_frag.c index b8e15d3..86f40f4 100644 --- a/extensions/libip6t_frag.c +++ b/extensions/libip6t_frag.c @@ -29,7 +29,7 @@ static const struct option frag_opts[] = { { .name = "fragfirst", .has_arg = 0, .val = '4' }, { .name = "fragmore", .has_arg = 0, .val = '5' }, { .name = "fraglast", .has_arg = 0, .val = '6' }, - { } + { .name = NULL } }; static u_int32_t -- cgit v1.2.3