Make smbd_check_open_rights() static.
[kai/samba.git] / source3 / smbd / open.c
index 6ad85b752e49b4568ae37ae82e1ca916e4618b5f..976bb6fdb407b03a7568db7b831de752632c8a64 100644 (file)
@@ -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)