From 1619de30805e57adc8bf063a9ccf6f5ba245bc5a Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 26 Oct 2011 14:06:41 -0700 Subject: Make smbd_check_open_rights() static. --- source3/smbd/open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/open.c') diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 6ad85b752e..976bb6fdb4 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -68,7 +68,7 @@ NTSTATUS smb1_file_se_access_check(struct connection_struct *conn, Check if we have open rights. ****************************************************************************/ -NTSTATUS smbd_check_open_rights(struct connection_struct *conn, +static NTSTATUS smbd_check_open_rights(struct connection_struct *conn, const struct smb_filename *smb_fname, uint32_t access_mask, uint32_t *access_granted) -- cgit