s3:unix_msg: pass the fd array to the unix_dgram recv_callback function
authorStefan Metzmacher <metze@samba.org>
Mon, 23 Jun 2014 15:16:32 +0000 (17:16 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 24 Sep 2014 06:44:11 +0000 (08:44 +0200)
commit3f519a507ad31c17d381af352490bd9cc9270baf
treeaa3375c1a45065c477ed3f4941eab023e95750dc
parent5b6f0416e089c3db8803a27d6c7e88525fa78528
s3:unix_msg: pass the fd array to the unix_dgram recv_callback function

For now unix_msg_recv() will just close the fds, but they will be passed
to the unix_msg recv_callback in the next commits.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/lib/unix_msg/unix_msg.c