[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Mon Sep 13 17:53:39 MDT 2010


The branch, master has been updated
       via  b3fccd1 Fix bug 7409 - Thousands of reduce_name: couldn't get realpath.
      from  69db4b4 ntlm_auth: Fix a valgrind error

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit b3fccd10a63058f982082887cefd77af633f516c
Author: Jeremy Allison <jra at samba.org>
Date:   Mon Sep 13 16:54:21 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 muehlfeld at 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 d561a6b..d516456 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -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);
 		}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list