From: Ralph Boehme Date: Fri, 8 May 2020 13:24:04 +0000 (+0200) Subject: smbd: realign fd_open_atomic() args X-Git-Tag: ldb-2.2.0~413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02f744a59b1d7f83f94badd0b696cff23ca6a4f0;p=thirdparty%2Fsamba.git smbd: realign fd_open_atomic() args Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 3f53005cf3e..4c102f3ee20 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -1024,10 +1024,10 @@ static NTSTATUS change_dir_owner_to_parent(connection_struct *conn, ****************************************************************************/ static NTSTATUS fd_open_atomic(struct connection_struct *conn, - files_struct *fsp, - int flags, - mode_t mode, - bool *file_created) + files_struct *fsp, + int flags, + mode_t mode, + bool *file_created) { NTSTATUS status = NT_STATUS_UNSUCCESSFUL; NTSTATUS retry_status;