mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Add some const
This commit is contained in:
parent
979f13b19e
commit
9c23115cb8
@ -8323,7 +8323,8 @@ static void set_allowed_client_auth(void)
|
||||
get their sorry ass fired.
|
||||
***************************************************************************/
|
||||
|
||||
static bool check_usershare_stat(const char *fname, SMB_STRUCT_STAT *psbuf)
|
||||
static bool check_usershare_stat(const char *fname,
|
||||
const SMB_STRUCT_STAT *psbuf)
|
||||
{
|
||||
if (!S_ISREG(psbuf->st_mode)) {
|
||||
DEBUG(0,("check_usershare_stat: file %s owned by uid %u is "
|
||||
|
Loading…
Reference in New Issue
Block a user