1
0
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:
Stefan Metzmacher 2007-11-21 16:41:12 +01:00
parent 1faeda8aab
commit c20077e825

View File

@ -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.