1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

micro fix :-)

This commit is contained in:
Simo Sorce -
parent 1f7172b48e
commit 8929f07a15

View File

@ -544,6 +544,7 @@ BOOL is_8_3(const char *fname, BOOL check_case)
if (!fname || !*fname) return False;
if ((f = strrchr(fname, '/')) == NULL) f = fname;
else f++;
DEBUG(10,("is_8_3: testing [%s]\n", f));