From e4e5242b27e5b8c160ddfb90237cc51389f012a4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 5 Jul 2024 17:30:49 +0200 Subject: [PATCH] smbd: Add DBG to return tag for SMB_FILE_ATTRIBUTE_TAG_INFORMATION Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/smbd/smb2_trans2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/smbd/smb2_trans2.c b/source3/smbd/smb2_trans2.c index cb7390133fe..b57cb295a7c 100644 --- a/source3/smbd/smb2_trans2.c +++ b/source3/smbd/smb2_trans2.c @@ -3690,6 +3690,8 @@ NTSTATUS smbd_do_qfilepathinfo(connection_struct *conn, (void)fsctl_get_reparse_tag(fsp, &tag); + DBG_DEBUG("tag=%"PRIu32"\n", tag); + SIVAL(pdata, 0, mode); SIVAL(pdata, 4, tag); data_size = 8; -- 2.47.3