diff options
Diffstat (limited to 'source3/smbd/open.c')
-rw-r--r-- | source3/smbd/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 42edddcaf9..c26a3379cb 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -41,7 +41,7 @@ struct deferred_open_record { SMB1 file varient of se_access_check. Never test FILE_READ_ATTRIBUTES. ****************************************************************************/ -NTSTATUS smb1_file_se_access_check(struct connection_struct *conn, +static NTSTATUS smb1_file_se_access_check(struct connection_struct *conn, const struct security_descriptor *sd, const struct security_token *token, uint32_t access_desired, |