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/libxt_CLASSIFY.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libxt_CLASSIFY.c') diff --git a/extensions/libxt_CLASSIFY.c b/extensions/libxt_CLASSIFY.c index 65a19e52..e39367a8 100644 --- a/extensions/libxt_CLASSIFY.c +++ b/extensions/libxt_CLASSIFY.c @@ -23,7 +23,7 @@ IPTABLES_VERSION); static const struct option CLASSIFY_opts[] = { { "set-class", 1, NULL, '1' }, - { } + { .name = NULL } }; static int CLASSIFY_string_to_priority(const char *s, unsigned int *p) -- cgit v1.2.3