aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/raw.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/raw.c')
-rw-r--r--net/ipv6/raw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c
index ed3a76b30fd9..e527a1652d7c 100644
--- a/net/ipv6/raw.c
+++ b/net/ipv6/raw.c
@@ -755,8 +755,7 @@ static int rawv6_sendmsg(struct kiocb *iocb, struct sock *sk,
755 } 755 }
756 if (opt == NULL) 756 if (opt == NULL)
757 opt = np->opt; 757 opt = np->opt;
758 if (flowlabel) 758 opt = fl6_merge_options(&opt_space, flowlabel, opt);
759 opt = fl6_merge_options(&opt_space, flowlabel, opt);
760 759
761 fl.proto = proto; 760 fl.proto = proto;
762 rawv6_probe_proto_opt(&fl, msg); 761 rawv6_probe_proto_opt(&fl, msg);