summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_hl.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-01-08 03:02:37 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-01-08 03:02:37 +0100
commitd09b6d591ca7d7d7575cb6aa20384c9830f777ab (patch)
tree3d9527df4a44297eaaff6fee9e80d162e3befebe /extensions/libip6t_hl.c
parentfa503ad59f73d20d85f4cdf53324a01d2ad8591e (diff)
extensions: remove no longer necessary default: cases
Match and target parse functions now only get option characters they have defined themselves. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libip6t_hl.c')
-rw-r--r--extensions/libip6t_hl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/libip6t_hl.c b/extensions/libip6t_hl.c
index ce4392ee..daefea11 100644
--- a/extensions/libip6t_hl.c
+++ b/extensions/libip6t_hl.c
@@ -71,8 +71,6 @@ static int hl_parse(int c, char **argv, int invert, unsigned int *flags,
*flags = 1;
break;
- default:
- return 0;
}
return 1;