Attempt to fix the AIX make test failures
authorVolker Lendecke <vl@samba.org>
Sat, 29 Dec 2007 12:10:25 +0000 (13:10 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 29 Dec 2007 12:17:01 +0000 (13:17 +0100)
commit519277fcb77701f3fdb60aae79dea06d3bdbecda
tree933e5a150b2062b1b45a5991cffeaa9624b7250a
parent0b7aafff116fc297a0c2fb31a440a62652fe6fc9
Attempt to fix the AIX make test failures

For some reason AIX does not return the sender address in the AF_UNIX recvfrom.
So the faked netbios name lookup does not work with socket wrapper, nmbd can't
know where to send the reply. This patch works around this by telling smbclient
explicitly where to connect.

If there's any AIX experts listening -- how do I get the sender address from
AF_UNIX recvfrom?

Volker
(This used to be commit 8ba3b8cf7aca657ad8426981d810c36ee6a34a2f)
source3/script/tests/test_smbclient_s3.sh