mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 08:41:06 +02:00
kernel: fix a warning in the connmark module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31856 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8a303aee1e
commit
2ab926c84b
@ -46,7 +46,7 @@
|
||||
+ .lock = &connmark_lock,
|
||||
+};
|
||||
+
|
||||
+static int tcf_connmark(struct sk_buff *skb, struct tc_action *a,
|
||||
+static int tcf_connmark(struct sk_buff *skb, const struct tc_action *a,
|
||||
+ struct tcf_result *res)
|
||||
+{
|
||||
+ struct nf_conn *c;
|
||||
|
Loading…
x
Reference in New Issue
Block a user