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_TCPMSS.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libxt_TCPMSS.c') diff --git a/extensions/libxt_TCPMSS.c b/extensions/libxt_TCPMSS.c index 8d6974d0..9ab69bfe 100644 --- a/extensions/libxt_TCPMSS.c +++ b/extensions/libxt_TCPMSS.c @@ -39,7 +39,7 @@ static void TCPMSS_help6(void) static const struct option TCPMSS_opts[] = { { "set-mss", 1, NULL, '1' }, { "clamp-mss-to-pmtu", 0, NULL, '2' }, - { } + { .name = NULL } }; /* Function which parses command options; returns true if it -- cgit v1.2.3