On Thu, 2009-10-08 at 08:41 -0700, Dan Smith wrote: > JD> You're passing 0 as the protocol value to sock_create(). This > JD> ultimately gets passed to the address family's create() function. > > The fix is to pass in the previous version of sk_protocol instead of > zero, right?
Yep. It sort of messes up your separation between layers, though. -- John _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
