s3:unix_msg: factor extract_fd_array_from_msghdr() out of unix_dgram_recv_handler()
authorMichael Adam <obnox@samba.org>
Mon, 29 Sep 2014 10:54:00 +0000 (12:54 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 30 Sep 2014 14:36:10 +0000 (16:36 +0200)
commit20cd934ec04e601a6bac6fc1dd61c75767c6213f
tree31da528e05efd1f146b3853aebeeffb7718c5c3d
parent67684dc69585559fae6718837bf6c5ba83af267f
s3:unix_msg: factor extract_fd_array_from_msghdr() out of unix_dgram_recv_handler()

For re-use.

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