aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ipv6_sockglue.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/ipv6_sockglue.c')
-rw-r--r--net/ipv6/ipv6_sockglue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ipv6_sockglue.c b/net/ipv6/ipv6_sockglue.c
index 9293b9f0ac23..3eef8e5b3636 100644
--- a/net/ipv6/ipv6_sockglue.c
+++ b/net/ipv6/ipv6_sockglue.c
@@ -416,7 +416,7 @@ sticky_done:
416 msg.msg_controllen = optlen; 416 msg.msg_controllen = optlen;
417 msg.msg_control = (void*)(opt+1); 417 msg.msg_control = (void*)(opt+1);
418 418
419 retv = datagram_send_ctl(&msg, &fl, opt, &junk, &junk); 419 retv = datagram_send_ctl(net, &msg, &fl, opt, &junk, &junk);
420 if (retv) 420 if (retv)
421 goto done; 421 goto done;
422update: 422update: