mirror of
https://github.com/samba-team/samba.git
synced 2025-03-23 06:50:21 +03:00
smbd: Fix indentation in rename_internals_fsp()
This one space character makes it more obvious where in the copmlex if-expression lp_store_dos_attributes() lives. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
5567d5bca2
commit
ab692aa6e7
@ -7493,7 +7493,7 @@ NTSTATUS rename_internals_fsp(connection_struct *conn,
|
||||
if (!fsp->fsp_flags.is_directory &&
|
||||
!(fsp->posix_flags & FSP_POSIX_FLAGS_PATHNAMES) &&
|
||||
(lp_map_archive(SNUM(conn)) ||
|
||||
lp_store_dos_attributes(SNUM(conn))))
|
||||
lp_store_dos_attributes(SNUM(conn))))
|
||||
{
|
||||
/*
|
||||
* We must set the archive bit on the newly renamed
|
||||
|
Loading…
x
Reference in New Issue
Block a user