]> err.no Git - linux-2.6/blobdiff - net/sched/act_ipt.c
[PATCH] handle errors returned by platform_get_irq*()
[linux-2.6] / net / sched / act_ipt.c
index b5001939b74b59822291de1b0f5759164da29f2b..39a22a3ffe78822636cad6306536916c368e5f19 100644 (file)
@@ -62,7 +62,7 @@ ipt_init_target(struct ipt_entry_target *t, char *table, unsigned int hook)
        struct ipt_target *target;
        int ret = 0;
 
-       target = ipt_find_target(t->u.user.name, t->u.user.revision);
+       target = xt_find_target(AF_INET, t->u.user.name, t->u.user.revision);
        if (!target)
                return -ENOENT;