mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
parent
f59bd26894
commit
7d517167f0
@ -361,7 +361,7 @@ void unlock_share_entry(connection_struct *conn,
|
||||
}
|
||||
|
||||
/*******************************************************************
|
||||
Lock a hash bucket entry. use a fsp for convenience
|
||||
Lock a hash bucket entry. Use an fsp for convenience.
|
||||
******************************************************************/
|
||||
|
||||
BOOL lock_share_entry_fsp(files_struct *fsp)
|
||||
@ -370,7 +370,7 @@ BOOL lock_share_entry_fsp(files_struct *fsp)
|
||||
}
|
||||
|
||||
/*******************************************************************
|
||||
Unlock a hash bucket entry.
|
||||
Unlock a hash bucket entry. Use an fsp for convenience.
|
||||
******************************************************************/
|
||||
|
||||
void unlock_share_entry_fsp(files_struct *fsp)
|
||||
|
Loading…
Reference in New Issue
Block a user