| commit | 9ee386a1b6d7704b259460152c959ab0e79e02aa | [log] [tgz] |
|---|---|---|
| author | Max Kellermann <max@duempel.org> | Tue Jan 29 13:48:05 2008 +0000 |
| committer | Patrick McHardy <kaber@trash.net> | Tue Jan 29 13:48:05 2008 +0000 |
| tree | 13f39ec579024d42beb0ce6509b0c935dbe8ca03 | |
| parent | fe05c768f877bcc69c13d7a9cb1d2b33ef56f600 [diff] [blame] |
fix gcc warnings Max Kellermann <max@duempel.org>
diff --git a/extensions/libip6t_ipv6header.c b/extensions/libip6t_ipv6header.c index 0d7ffd8..c20fb94 100644 --- a/extensions/libip6t_ipv6header.c +++ b/extensions/libip6t_ipv6header.c
@@ -150,7 +150,7 @@ static const struct option ipv6header_opts[] = { { "header", 1, NULL, '1' }, { "soft", 0, NULL, '2' }, - { } + { .name = NULL } }; static void ipv6header_init(struct xt_entry_match *m)