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/libxt_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libxt_helper.c') diff --git a/extensions/libxt_helper.c b/extensions/libxt_helper.c index f2f3a3d..31ae4fc 100644 --- a/extensions/libxt_helper.c +++ b/extensions/libxt_helper.c @@ -20,7 +20,7 @@ IPTABLES_VERSION); static const struct option helper_opts[] = { { "helper", 1, NULL, '1' }, - { } + { .name = NULL } }; /* Function which parses command options; returns true if it -- cgit v1.2.3