diff options
Diffstat (limited to 'net/ipv4/raw.c')
-rw-r--r-- | net/ipv4/raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index 6390ba299b3d..e1857658964d 100644 --- a/net/ipv4/raw.c +++ b/net/ipv4/raw.c | |||
@@ -563,7 +563,7 @@ static int raw_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, | |||
563 | } | 563 | } |
564 | 564 | ||
565 | security_sk_classify_flow(sk, &fl); | 565 | security_sk_classify_flow(sk, &fl); |
566 | err = ip_route_output_flow(sock_net(sk), &rt, &fl, sk, 1); | 566 | err = ip_route_output_flow(sock_net(sk), &rt, &fl, sk, true); |
567 | } | 567 | } |
568 | if (err) | 568 | if (err) |
569 | goto done; | 569 | goto done; |