Hi, I noticed a small bug in the test for ".." entries in stat_cache_add Index: smbd/statcache.c =================================================================== --- smbd/statcache.c (revision 7845) +++ smbd/statcache.c (working copy) @@ -64,7 +64,7 @@ if((*full_orig_name == '\0') || (full_orig_name[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; /*
completely correct - applied, Thanks ! Jeremy.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.
Cleaning up versions. There was no 3.0.15 so leaving it in bugzilla is causing some confusion. Moving these nuder 3.0.20. Originally files against 3.0.15preX.