diff options
Diffstat (limited to 'extensions/libxt_length.c')
-rw-r--r-- | extensions/libxt_length.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libxt_length.c b/extensions/libxt_length.c index 79e6f41a..5353d2cd 100644 --- a/extensions/libxt_length.c +++ b/extensions/libxt_length.c @@ -21,8 +21,8 @@ IPTABLES_VERSION); } static const struct option opts[] = { - { "length", 1, 0, '1' }, - {0} + { "length", 1, NULL, '1' }, + { } }; static u_int16_t |