]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix indentation
authorVolker Lendecke <vl@samba.org>
Thu, 5 Jan 2023 14:17:44 +0000 (15:17 +0100)
committerRalph Boehme <slow@samba.org>
Thu, 5 Jan 2023 18:00:17 +0000 (18:00 +0000)
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

source3/smbd/smb1_trans2.c

index ceb9257595510040a961665f1b2ca005e0104e42..336024c9456d1d95f450fb9c7821c4cae0dcde83 100644 (file)
@@ -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) {