mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r7846: Fix from bugzilla@kevinjamieson.com Kevin Jamieson - typo
in checking for .. in statcache. Bugid #2819.
Jeremy.
(This used to be commit a5619d7179
)
This commit is contained in:
parent
7e509e9b99
commit
81ee941285
@ -64,7 +64,7 @@ void stat_cache_add( const char *full_orig_name, const char *orig_translated_pat
|
|||||||
|
|
||||||
if((*full_orig_name == '\0') || (full_orig_name[0] == '.' &&
|
if((*full_orig_name == '\0') || (full_orig_name[0] == '.' &&
|
||||||
((full_orig_name[1] == '\0') ||
|
((full_orig_name[1] == '\0') ||
|
||||||
(full_orig_name[1] == '.' && full_orig_name[1] == '\0'))))
|
(full_orig_name[1] == '.' && full_orig_name[2] == '\0'))))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user