Add support for sendmsg() in socket_wrapper
authorAndrew Bartlett <abartlet@samba.org>
Tue, 26 May 2009 01:43:37 +0000 (11:43 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 26 May 2009 02:37:09 +0000 (12:37 +1000)
commit86039855759ce38e6074f956073199b0ccd29bdf
treea7c9bfb03bdb6ac6e3aca74a81028faa28583485
parent714acfac013a46c3677c3eb72ad57db6d97c7d61
Add support for sendmsg() in socket_wrapper

This is required because the deferred connect code skips the connect()
until sending the packet, but unless we catch this call, the connect()
never happens.

Andrew Bartlett
lib/socket_wrapper/socket_wrapper.c
lib/socket_wrapper/socket_wrapper.h