vserver 1.9.3
[linux-2.6.git] / net / ipv6 / netfilter / ip6t_owner.c
index 272257b..f2b6d1f 100644 (file)
@@ -28,7 +28,7 @@ match_pid(const struct sk_buff *skb, pid_t pid)
        int i;
 
        read_lock(&tasklist_lock);
-       p = find_task_by_pid(pid);
+       p = find_task_by_real_pid(pid);
        if (!p)
                goto out;
        task_lock(p);