[PATCH] s/;;/;/g
[deliverable/linux.git] / net / ipv4 / netfilter / ip_nat_standalone.c
index ab1f88fa21ecd24f6e5738d42d6397e17bd4f499..380aef3d7865c03e781023e501b41599a9d6125d 100644 (file)
@@ -394,7 +394,7 @@ static int init_or_cleanup(int init)
        ret = nf_register_hook(&ip_nat_local_out_ops);
        if (ret < 0) {
                printk("ip_nat_init: can't register local out hook.\n");
-               goto cleanup_adjustout_ops;;
+               goto cleanup_adjustout_ops;
        }
        ret = nf_register_hook(&ip_nat_local_in_ops);
        if (ret < 0) {
This page took 0.025094 seconds and 5 git commands to generate.