s3:blocking: call change_to_user_by_fsp() when dbwrap_watched_watch* finishes
authorStefan Metzmacher <metze@samba.org>
Wed, 4 Sep 2019 10:50:06 +0000 (12:50 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 9 Sep 2019 14:23:39 +0000 (14:23 +0000)
commit28ac2cbaf92a8619f0380f024c5a220d9fdc4622
tree2861e08ac4f5ba84368ced38f001713c11e4385a
parentbebee47e6386476e9948089484f89d213fcc2660
s3:blocking: call change_to_user_by_fsp() when dbwrap_watched_watch* finishes

This is not strictly required as fd-based calls are used,
but it's more consistent to call SMB_VFS_BRL_LOCK_WINDOWS()
in the same environment on retry.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14113

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/smbd/blocking.c