1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

s3:smbd: also log the "offline" flag when debugging the dos-mode

Signed-off-by: Michael Adam <obnox@samba.org>
Signed-off-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Michael Adam 2012-10-11 07:41:19 +02:00 committed by Jeremy Allison
parent d09ac9636a
commit 678cc4403f

View File

@ -684,6 +684,7 @@ uint32 dos_mode(connection_struct *conn, struct smb_filename *smb_fname)
if (result & FILE_ATTRIBUTE_DIRECTORY ) DEBUG(8, ("d"));
if (result & FILE_ATTRIBUTE_ARCHIVE ) DEBUG(8, ("a"));
if (result & FILE_ATTRIBUTE_SPARSE ) DEBUG(8, ("[sparse]"));
if (result & FILE_ATTRIBUTE_OFFLINE ) DEBUG(8, ("[offline]"));
DEBUG(8,("\n"));