]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Move a DBG_DEBUG up
authorVolker Lendecke <vl@samba.org>
Thu, 16 May 2024 13:27:05 +0000 (15:27 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 22 May 2024 04:23:29 +0000 (04:23 +0000)
Make it line up with the other branches

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/smbd/smb2_trans2.c

index 2172af3d2755bac9a076dbabb15309de4b379993..c3c2f569bec9e05dd70d775002dce59415a7aa88 100644 (file)
@@ -1742,11 +1742,11 @@ static NTSTATUS smbd_marshall_dir_entry(TALLOC_CTX *ctx,
                        };
                        enum ndr_err_code ndr_err;
 
+                       DBG_DEBUG("SMB2_FILE_POSIX_INFORMATION\n");
+
                        p+= 4;
                        SIVAL(p,0,reskey); p+= 4;
 
-                       DBG_DEBUG("SMB2_FILE_POSIX_INFORMATION\n");
-
                        if (!conn_using_smb2(conn->sconn)) {
                                return NT_STATUS_INVALID_LEVEL;
                        }