The branch, v3-5-test has been updated via 7effd96 Fix bug 7409 - Thousands of reduce_name: couldn't get realpath. from 34aa6f4 WHATASNEW: Start 3.5.7 release notes.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test - Log ----------------------------------------------------------------- commit 7effd963691f8a1307b658b029c4f7f255399bb6 Author: Jeremy Allison <j...@samba.org> Date: Mon Sep 13 16:51:59 2010 -0700 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 muehlf...@medizinische-genetik.de for pointing this out. Jeremy. ----------------------------------------------------------------------- Summary of changes: source3/smbd/vfs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c index 0dd5bb9..00cf1e5 100644 --- a/source3/smbd/vfs.c +++ b/source3/smbd/vfs.c @@ -928,7 +928,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); } -- Samba Shared Repository