From: Volker Lendecke Date: Thu, 16 May 2024 13:27:05 +0000 (+0200) Subject: smbd: Move a DBG_DEBUG up X-Git-Tag: tdb-1.4.11~627 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8b9a8358e22cd8daae19cf864b67eb9dead0a7e;p=thirdparty%2Fsamba.git smbd: Move a DBG_DEBUG up Make it line up with the other branches Signed-off-by: Volker Lendecke Reviewed-by: Andrew Bartlett --- diff --git a/source3/smbd/smb2_trans2.c b/source3/smbd/smb2_trans2.c index 2172af3d275..c3c2f569bec 100644 --- a/source3/smbd/smb2_trans2.c +++ b/source3/smbd/smb2_trans2.c @@ -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; }