summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_getinfo.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2019-06-18 13:11:51 -0700
committerJeremy Allison <jra@samba.org>2019-06-24 18:49:09 +0000
commit7c57544b06948384015780b6cb35e61b0be6436f (patch)
tree18b254484bf7f3255433da6b613707da58624890 /source3/smbd/smb2_getinfo.c
parentc9f55b782dbde399fe6283e9d434c1dca770a5f5 (diff)
downloadsamba-7c57544b06948384015780b6cb35e61b0be6436f.tar.gz
s3: smbd: Plumb through struct smb_request *req parameter so it can be used by smb_query_posix_acl().
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3/smbd/smb2_getinfo.c')
-rw-r--r--source3/smbd/smb2_getinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/smb2_getinfo.c b/source3/smbd/smb2_getinfo.c
index 006f313c63f..01aedbf8e2e 100644
--- a/source3/smbd/smb2_getinfo.c
+++ b/source3/smbd/smb2_getinfo.c
@@ -392,6 +392,7 @@ static struct tevent_req *smbd_smb2_getinfo_send(TALLOC_CTX *mem_ctx,
}
status = smbd_do_qfilepathinfo(conn, state,
+ smbreq,
file_info_level,
fsp,
fsp->fsp_name,