The Samba-Bugzilla – Attachment 4109 Details for
Bug 6319
Fix excessive NT_STATUS_ACCESS_DENIED messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
0001-3.3-Increase-debug-level-of-create_connection_serv.patch (text/plain), 977 bytes, created by
Volker Lendecke
on 2009-05-04 08:38:01 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2009-05-04 08:38:01 UTC
Size:
977 bytes
patch
obsolete
>From 480bbe88654ca0c87c8a261ffdac34dff62ad640 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Mon, 4 May 2009 12:36:13 +0200 >Subject: [PATCH] 3.3: Increase debug level of "create_connection_server_info failed" message > >I don't think we should unconditionally send every refused connection attempt >to a share to syslog, that's where all debug level 0 messages end up. >--- > source/smbd/service.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source/smbd/service.c b/source/smbd/service.c >index 5e75fce..cf47e96 100644 >--- a/source/smbd/service.c >+++ b/source/smbd/service.c >@@ -736,7 +736,7 @@ static connection_struct *make_connection_snum(int snum, user_struct *vuser, > &conn->server_info); > > if (!NT_STATUS_IS_OK(status)) { >- DEBUG(0, ("create_connection_server_info failed: %s\n", >+ DEBUG(1, ("create_connection_server_info failed: %s\n", > nt_errstr(status))); > *pstatus = status; > conn_free(conn); >-- >1.6.2.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 6319
: 4109