The Samba-Bugzilla – Attachment 3296 Details for
Bug 5476
log when samba hits the reset vc==0 case
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for v3-2 and v3-3 tree
0001-log-when-we-kill-other-smbd-sessions-like-when-we-hi.patch (text/plain), 784 bytes, created by
Björn Jacke
on 2008-05-19 14:52:41 UTC
(
hide
)
Description:
patch for v3-2 and v3-3 tree
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2008-05-19 14:52:41 UTC
Size:
784 bytes
patch
obsolete
>From 402d1a5d17887a0a8022bdcc39fd0a00b5c46916 Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Bj=C3=B6rn=20Jacke?= <bj@sernet.de> >Date: Mon, 19 May 2008 21:42:50 +0200 >Subject: [PATCH] log when we kill other smbd sessions like when we hit the VC == 0 case > >--- > source/smbd/sesssetup.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/source/smbd/sesssetup.c b/source/smbd/sesssetup.c >index 5b00403..699b8c1 100644 >--- a/source/smbd/sesssetup.c >+++ b/source/smbd/sesssetup.c >@@ -1352,6 +1352,8 @@ static int shutdown_other_smbds(struct db_record *rec, > return 0; > } > >+ DEBUG(0,("shutdown_other_smbds: shutting down pid %d\n", crec->pid)); >+ > messaging_send(smbd_messaging_context(), crec->pid, MSG_SHUTDOWN, > &data_blob_null); > return 0; >-- >1.5.4.4 >
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 5476
:
3295
| 3296