s3:unix_msg: don't close the fd-array at the end of unix_dgram_send_job()
authorMichael Adam <obnox@samba.org>
Mon, 29 Sep 2014 09:04:03 +0000 (11:04 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 30 Sep 2014 14:36:09 +0000 (16:36 +0200)
commit9fa673bf37d59b14b113df978da58be4e3e58d7d
tree4c9d5580b38af2ff7b5a4a1cab61076e9d78faec
parent698e8a235740d4cedc5635b9f64da16cb3cb1f01
s3:unix_msg: don't close the fd-array at the end of unix_dgram_send_job()

These pthread-pool-jobs should be minimal and ideally only do one
syscall. The closing of the fds is done in unix_dgram_job_finished().

Pair-Programmed-With: Volker Lendecke <vl@samba.org>
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

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