diff options
Diffstat (limited to 'net/ipv6/inet6_connection_sock.c')
| -rw-r--r-- | net/ipv6/inet6_connection_sock.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/inet6_connection_sock.c b/net/ipv6/inet6_connection_sock.c index 4da24aa6c696..0a0945a5b30d 100644 --- a/net/ipv6/inet6_connection_sock.c +++ b/net/ipv6/inet6_connection_sock.c @@ -133,7 +133,7 @@ int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl_unused  	fl6.daddr = sk->sk_v6_daddr;  	res = ip6_xmit(sk, skb, &fl6, sk->sk_mark, rcu_dereference(np->opt), -		       np->tclass); +		       np->tclass,  sk->sk_priority);  	rcu_read_unlock();  	return res;  }  |