mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
Fix bug 7409 - Thousands of reduce_name: couldn't get realpath.
Don't log this at level 1 - every EACCES will generate one. Thanks to muehlfeld@medizinische-genetik.de for pointing this out. Jeremy.
This commit is contained in:
@ -930,7 +930,7 @@ NTSTATUS check_reduced_name(connection_struct *conn, const char *fname)
|
||||
break;
|
||||
}
|
||||
default:
|
||||
DEBUG(1,("check_reduced_name: couldn't get "
|
||||
DEBUG(3,("check_reduced_name: couldn't get "
|
||||
"realpath for %s\n", fname));
|
||||
return map_nt_error_from_unix(errno);
|
||||
}
|
||||
|
Reference in New Issue
Block a user