]> sourceware.org Git - systemtap.git/commitdiff
add forgotten initialization
authortrz <trz>
Thu, 14 Jul 2005 20:53:17 +0000 (20:53 +0000)
committertrz <trz>
Thu, 14 Jul 2005 20:53:17 +0000 (20:53 +0000)
runtime/transport/netlink.c

index bfb9d22ab91dc212264f0f906ad1ceafde05f5aa..cc6f15e41a865eec28463b579c254acc10d4ba7a 100644 (file)
@@ -152,6 +152,8 @@ struct sock *_stp_netlink_open(int unit,
        }
        nl->sk_user_data = handler;
 
+        skb_queue_head_init(&delayed_pkts);
+
        return nl;
 }
 
This page took 0.026134 seconds and 5 git commands to generate.