The info variable is assigned but never read in recent_check(). Signed-off-by: Eldad Zack <eldad@xxxxxxxxxxxxxxx> --- extensions/libxt_recent.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/extensions/libxt_recent.c b/extensions/libxt_recent.c index c7dce4e..3dcb41d 100644 --- a/extensions/libxt_recent.c +++ b/extensions/libxt_recent.c @@ -131,8 +131,6 @@ static void recent_parse(struct xt_option_call *cb) static void recent_check(struct xt_fcheck_call *cb) { - struct xt_recent_mtinfo *info = cb->data; - if (!(cb->xflags & F_ANY_OP)) xtables_error(PARAMETER_PROBLEM, "recent: you must specify one of `--set', `--rcheck' " -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html