The branch, v3-6-test has been updated
       via  f4c8bda Fix bug 7409 - Thousands of reduce_name: couldn't get 
realpath.
      from  a2daf0e ntlm_auth: Fix a valgrind error

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit f4c8bdace12391b78edd36e0221ce360da067248
Author: Jeremy Allison <j...@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 muehlf...@medizinische-genetik.de for pointing this out.
    
    Jeremy.
    (cherry picked from commit b3fccd10a63058f982082887cefd77af633f516c)

-----------------------------------------------------------------------

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 1a08dec..49ed67e 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

Reply via email to