s3:unix_msg: read fds from recvmsg in unix_dgram_recv_handler()
authorMichael Adam <obnox@samba.org>
Mon, 23 Jun 2014 14:47:24 +0000 (16:47 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 24 Sep 2014 06:44:11 +0000 (08:44 +0200)
commit5b6f0416e089c3db8803a27d6c7e88525fa78528
tree436100d0061bfdcdf617d461c3c88cfbda39a337
parentc9d08be7d0f5756c19c4c31af8b9034b02ebe33e
s3:unix_msg: read fds from recvmsg in unix_dgram_recv_handler()

For now we directly close the fds, the next commits will pass them
to the recv_callback function.

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