Re: [Patch net-next] netfilter: remove xt_NOTRACK

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



+<----->if (cs->target->alias == NULL)^M
+<-----><------>strcpy(cs->target->t->u.user.name, cs->jumpto);^M
+<----->else^M
+<-----><------>strcpy(cs->target->t->u.user.name, cs->target->alias);^M

I'd have probably written if (cs->target->alias) copy(alias) else copy(jumpto)

doesn't this all really belong in the CT files now?
ie. libxt_CT.c not libxt_NOTRACK.c

Either way, LGTM.
--
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


[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux