Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / net / ipv4 / netfilter / ip_nat_proto_udp.c
index e8eaf6a..802ceb7 100644 (file)
@@ -113,7 +113,7 @@ udp_manip_pkt(struct sk_buff **pskb,
                newport = tuple->dst.u.udp.port;
                portptr = &hdr->dest;
        }
-       if (hdr->check) /* 0 is a special case meaning no checksum */
+       if (hdr->check) /* 0 is a special case meaning no checksum */
 #ifdef CONFIG_XEN
                if ((*pskb)->proto_csum_blank)
                        hdr->check = ip_nat_cheat_check(oldip, ~newip, hdr->check);
@@ -123,7 +123,6 @@ udp_manip_pkt(struct sk_buff **pskb,
                                        ip_nat_cheat_check(*portptr ^ 0xFFFF,
                                                           newport,
                                                           hdr->check));
-       }
        *portptr = newport;
        return 1;
 }