mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
smbd: close_stat() should be static
metze (This used to be commit e186b60afacfb609968b581a6d32757e1885a319)
This commit is contained in:
parent
1faeda8aab
commit
c20077e825
@ -541,7 +541,7 @@ static NTSTATUS close_directory(files_struct *fsp, enum file_close_type close_ty
|
||||
Close a 'stat file' opened internally.
|
||||
****************************************************************************/
|
||||
|
||||
NTSTATUS close_stat(files_struct *fsp)
|
||||
static NTSTATUS close_stat(files_struct *fsp)
|
||||
{
|
||||
/*
|
||||
* Do the code common to files and directories.
|
||||
|
Loading…
x
Reference in New Issue
Block a user