Jan Engelhardt <jengelh@xxxxxxxxxx> wrote: > On Friday 2009-06-05 03:17, Florian Westphal wrote: > >--- a/extensions/libxt_NFQUEUE.c > >+++ b/extensions/libxt_NFQUEUE.c > >@@ -32,12 +32,12 @@ static void > > parse_num(const char *s, struct xt_NFQ_info *tinfo) > > { > > unsigned int num; > >- > >+ > > if (!xtables_strtoui(s, NULL, &num, 0, UINT16_MAX)) > > xtables_error(PARAMETER_PROBLEM, > > "Invalid queue number `%s'\n", s); > > Extra line unintended? It trims extra whitespace. -- 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