s3:messaging: change unix_dgram_recv_handler() to use recvmsg, not recv
commitbd2231244204eaee2bd82c7d769d8e8ae5e81fcf
authorMichael Adam <obnox@samba.org>
Tue, 13 May 2014 10:42:32 +0000 (13 12:42 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 30 May 2014 00:28:15 +0000 (30 02:28 +0200)
tree555405d461a3edb4afc57a61fcf57405f2c97977
parente4453bdc3719c57be575101c0519debae6b0c259
s3:messaging: change unix_dgram_recv_handler() to use recvmsg, not recv

This is in preparation of adding fd-passing to messaging.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri May 30 02:28:15 CEST 2014 on sn-devel-104
source3/lib/unix_msg/unix_msg.c