mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
Increase debug level
(This used to be commit 4e6df5547167fc235971498cb296a5f74dec8b8b)
This commit is contained in:
parent
cc1664416d
commit
3a9576c724
@ -2102,7 +2102,7 @@ NTSTATUS open_directory(connection_struct *conn,
|
||||
(unsigned int)file_attributes));
|
||||
|
||||
if (is_ntfs_stream_name(fname)) {
|
||||
DEBUG(0,("open_directory: %s is a stream name!\n", fname ));
|
||||
DEBUG(2, ("open_directory: %s is a stream name!\n", fname));
|
||||
return NT_STATUS_NOT_A_DIRECTORY;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user