+<----->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