Commit d1208b99 authored by Al Viro's avatar Al Viro Committed by David S. Miller

[NETFILTER] bug: nfulnl_msg_config_mode ->copy_range is 32bit

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7ac00a24
......@@ -878,7 +878,7 @@ nfulnl_recv_config(struct sock *ctnl, struct sk_buff *skb,
params = NFA_DATA(nfula[NFULA_CFG_MODE-1]);
nfulnl_set_mode(inst, params->copy_mode,
ntohs(params->copy_range));
ntohl(params->copy_range));
}
if (nfula[NFULA_CFG_TIMEOUT-1]) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment