tsocket/bsd: fix bug #7140 use calculated sa_socklen for bind() in tstream_bsd_connec...
authorStefan Metzmacher <metze@samba.org>
Wed, 17 Feb 2010 07:45:58 +0000 (08:45 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 17 Feb 2010 13:45:34 +0000 (14:45 +0100)
This is needed because, we can't use sizeof(sockaddr_storage) for AF_UNIX
sockets. Also some platforms require exact values for AF_INET and AF_INET6.

metze


No differences found