mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
smbd: Fix indentation
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Thu Jan 5 18:00:17 UTC 2023 on sn-devel-184
This commit is contained in:
committed by
Ralph Boehme
parent
17e9758b53
commit
dd86376294
@ -4544,7 +4544,7 @@ static void call_trans2setpathinfo(
|
||||
case SMB_SET_POSIX_ACL:
|
||||
status = smb_set_posix_acl(
|
||||
conn, req, *ppdata, total_data, NULL, smb_fname);
|
||||
break;
|
||||
break;
|
||||
}
|
||||
|
||||
if (info_level_handled) {
|
||||
|
Reference in New Issue
Block a user