]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv6/ipv6_sockglue.c
[IPV6] NETNS: Handle ancillary data in appropriate namespace.
[linux-2.6-omap-h63xx.git] / net / ipv6 / ipv6_sockglue.c
index 9293b9f0ac232134473c22d50c9ba38b651086ab..3eef8e5b3636ef1ba4d80d455619555dbbaa6109 100644 (file)
@@ -416,7 +416,7 @@ sticky_done:
                msg.msg_controllen = optlen;
                msg.msg_control = (void*)(opt+1);
 
-               retv = datagram_send_ctl(&msg, &fl, opt, &junk, &junk);
+               retv = datagram_send_ctl(net, &msg, &fl, opt, &junk, &junk);
                if (retv)
                        goto done;
 update: