]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: remove unused private_flags from open_file()
authorRalph Boehme <slow@samba.org>
Thu, 27 Mar 2025 17:42:22 +0000 (18:42 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 9 Apr 2025 13:40:36 +0000 (13:40 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/smbd/open.c

index 25f54428bb15b905d4ce937b6a167a5ec44c3917..381f4eb190bb76fcd04bc97e5fedf28af0f69fc4 100644 (file)
@@ -955,7 +955,6 @@ static NTSTATUS open_file(
        const struct vfs_open_how *_how,
        uint32_t access_mask,      /* client requested access mask. */
        uint32_t open_access_mask, /* what we're actually using in the open. */
-       uint32_t private_flags,
        bool *p_file_created)
 {
        connection_struct *conn = fsp->conn;
@@ -3971,7 +3970,6 @@ static NTSTATUS open_file_ntcreate(connection_struct *conn,
                                     &how,
                                     access_mask,
                                     open_access_mask,
-                                    private_flags,
                                     &new_file_created);
        }
        if (NT_STATUS_EQUAL(fsp_open, NT_STATUS_NETWORK_BUSY)) {