1
0
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:
Andrew Bartlett 0001-01-01 00:00:00 +00:00
parent c796799afd
commit 56be51d648

View File

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