mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
Fix const warnings.
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Jun 2 01:02:53 CEST 2011 on sn-devel-104
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
Check if a directory exists.
|
||||
********************************************************************/
|
||||
|
||||
static bool directory_exist_stat(char *dname,SMB_STRUCT_STAT *st)
|
||||
static bool directory_exist_stat(const char *dname,SMB_STRUCT_STAT *st)
|
||||
{
|
||||
SMB_STRUCT_STAT st2;
|
||||
bool ret;
|
||||
|
Reference in New Issue
Block a user