Add changes from the Linux-2.6 tree.
[linux-2.6.git] / net / ipv4 / netfilter / ipt_ULOG.c
index 00ae0a1..dbd3478 100644 (file)
@@ -124,11 +124,6 @@ static void ulog_send(unsigned int nlgroupnum)
        if (ub->qlen > 1)
                ub->lastnlh->nlmsg_type = NLMSG_DONE;
 
-       if (!ub->skb) {
-               DEBUGP("ipt_ULOG: ulog_send: nothing to send\n");
-               return;
-       }
-
        NETLINK_CB(ub->skb).dst_group = nlgroupnum + 1;
        DEBUGP("ipt_ULOG: throwing %d packets to netlink group %u\n",
                ub->qlen, nlgroupnum + 1);