kernel: fix a warning in the connmark module

SVN-Revision: 31856
v19.07.3_mercusys_ac12_duma
Felix Fietkau 12 years ago
parent cc61ab5c6d
commit 230c0eb2cb

@ -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…
Cancel
Save