vfs_preopen: TALLOC_FREE(fde) before closing the underlying fd master
authorVolker Lendecke <vl@samba.org>
Wed, 26 Jun 2019 15:43:44 +0000 (17:43 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 28 Jun 2019 15:00:38 +0000 (17:00 +0200)
commita9ad8853da976b6cdae5a57b0d72e5db933549ea
tree9d31d823825002a3132d6fb6d7b1eb321af9443f
parent16e944dd6882402b0193dfeef1f98a4543a31d3a
vfs_preopen: TALLOC_FREE(fde) before closing the underlying fd

Without that we might get wrong stuff out of epoll

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/modules/vfs_preopen.c