mainline already includes Mark Huang's SMP fix
[linux-2.6.git] / net / netfilter / nfnetlink_log.c
index b8622eb..f7eafd8 100644 (file)
@@ -372,9 +372,6 @@ __nfulnl_send(struct nfulnl_instance *inst)
        if (inst->qlen > 1)
                inst->lastnlh->nlmsg_type = NLMSG_DONE;
 
-       if (!inst->skb)
-               return 0;
-
        status = nfnetlink_unicast(inst->skb, inst->peer_pid, MSG_DONTWAIT);
        if (status < 0) {
                UDEBUG("netlink_unicast() failed\n");