net_sched: act: use standard struct list_head
[deliverable/linux.git] / net / sched / cls_fw.c
index 9b97172db84a7c72c31c2b6bd36141149859eb1c..d1cebad1941072f4a3225ae2a5f519fcb7923099 100644 (file)
@@ -280,6 +280,7 @@ static int fw_change(struct net *net, struct sk_buff *in_skb,
        if (f == NULL)
                return -ENOBUFS;
 
+       tcf_exts_init(&f->exts);
        f->id = handle;
 
        err = fw_change_attrs(net, tp, f, tb, tca, base);
This page took 0.138677 seconds and 5 git commands to generate.