summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_REJECT.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_REJECT.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_REJECT.c')
-rw-r--r--extensions/libip6t_REJECT.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/libip6t_REJECT.c b/extensions/libip6t_REJECT.c
index 94d26942..9a4334f5 100644
--- a/extensions/libip6t_REJECT.c
+++ b/extensions/libip6t_REJECT.c
@@ -94,9 +94,6 @@ static int REJECT_parse(int c, char **argv, int invert, unsigned int *flags,
return 1;
}
xtables_error(PARAMETER_PROBLEM, "unknown reject type \"%s\"", optarg);
- default:
- /* Fall through */
- break;
}
return 0;
}