]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Add DBG to return tag for SMB_FILE_ATTRIBUTE_TAG_INFORMATION
authorVolker Lendecke <vl@samba.org>
Fri, 5 Jul 2024 15:30:49 +0000 (17:30 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 12 Jul 2024 20:35:34 +0000 (20:35 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb2_trans2.c

index cb7390133fed092cd7dd034be6d5c318d3c5d163..b57cb295a7cf0bbd316331c45be94018868e7927 100644 (file)
@@ -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;