]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix bug 7409 - Thousands of reduce_name: couldn't get realpath.
authorJeremy Allison <jra@samba.org>
Mon, 13 Sep 2010 23:51:59 +0000 (16:51 -0700)
committerKarolin Seeger <kseeger@samba.org>
Thu, 11 Nov 2010 10:54:44 +0000 (11:54 +0100)
Don't log this at level 1 - every EACCES will generate one.
Thanks to muehlfeld@medizinische-genetik.de for pointing this out.

Jeremy.

source3/smbd/vfs.c

index 0dd5bb98f7997f01ecf4043d549611b003bd088c..00cf1e5af47332693090cddbb07baadfbd5daddc 100644 (file)
@@ -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);
                }