diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2011-01-08 03:02:37 +0100 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2011-01-08 03:02:37 +0100 |
commit | d09b6d591ca7d7d7575cb6aa20384c9830f777ab (patch) | |
tree | 3d9527df4a44297eaaff6fee9e80d162e3befebe /extensions/libip6t_LOG.c | |
parent | fa503ad59f73d20d85f4cdf53324a01d2ad8591e (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_LOG.c')
-rw-r--r-- | extensions/libip6t_LOG.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/libip6t_LOG.c b/extensions/libip6t_LOG.c index bb85acb3..a33d5705 100644 --- a/extensions/libip6t_LOG.c +++ b/extensions/libip6t_LOG.c @@ -191,9 +191,6 @@ static int LOG_parse(int c, char **argv, int invert, unsigned int *flags, loginfo->logflags |= IP6T_LOG_MACDECODE; *flags |= IP6T_LOG_OPT_MACDECODE; break; - - default: - return 0; } return 1; |