The Samba-Bugzilla – Attachment 5962 Details for
Bug 7409
Thousands of reduce_name: couldn't get realpath
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for 3.5.x.
0001-Fix-bug-7409-Thousands-of-reduce_name-couldn-t-get-r.patch (text/plain), 901 bytes, created by
Jeremy Allison
on 2010-09-13 18:54:30 UTC
(
hide
)
Description:
git-am fix for 3.5.x.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2010-09-13 18:54:30 UTC
Size:
901 bytes
patch
obsolete
>From d7a52a75c5b44fd32ac919aac4c87119ebe34ec0 Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Mon, 13 Sep 2010 16:51:59 -0700 >Subject: [PATCH] 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. >--- > source3/smbd/vfs.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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); > } >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 7409
:
5684
|
5685
|
5686
| 5962