Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> --- net/ipv4/netfilter/nf_nat_ftp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/ipv4/netfilter/nf_nat_ftp.c b/net/ipv4/netfilter/nf_nat_ftp.c index a1d5d58..d1c5afc 100644 --- a/net/ipv4/netfilter/nf_nat_ftp.c +++ b/net/ipv4/netfilter/nf_nat_ftp.c @@ -59,7 +59,7 @@ mangle_eprt_packet(struct sk_buff *skb, { char buffer[sizeof("|1|255.255.255.255|65535|")]; - sprintf(buffer, "|1|%u.%u.%u.%u|%u|", NIPQUAD(newip), port); + sprintf(buffer, "|1|%pI4|%u|", &newip, port); pr_debug("calling nf_nat_mangle_tcp_packet\n"); -- 1.6.6.rc0.57.gad7a -- 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