1
0
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:
Jeremy Allison
2010-09-13 16:54:21 -07:00
parent 69db4b4ccf
commit b3fccd10a6

View File

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