mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Fix a 'const' warning.
This commit is contained in:
parent
c796799afd
commit
56be51d648
@ -538,7 +538,7 @@ done:
|
||||
|
||||
BOOL is_8_3(const char *fname, BOOL check_case)
|
||||
{
|
||||
char *f;
|
||||
const char *f;
|
||||
smb_ucs2_t *ucs2name;
|
||||
NTSTATUS ret = NT_STATUS_UNSUCCESSFUL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user