mainline already includes Mark Huang's SMP fix
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 29 Jun 2007 03:47:54 +0000 (03:47 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 29 Jun 2007 03:47:54 +0000 (03:47 +0000)
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);