The Samba-Bugzilla – Attachment 3295 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-0 tree
0001-log-when-we-kill-other-smbd-sessions-like-when-we-hi.patch (text/plain), 811 bytes, created by
Björn Jacke
on 2008-05-19 14:50:53 UTC
(
hide
)
Description:
patch for v3-0 tree
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2008-05-19 14:50:53 UTC
Size:
811 bytes
patch
obsolete
>From 884ad03a27db51d282a3a04cea366c1eaf8e64e4 Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Bj=C3=B6rn=20Jacke?= <bj@sernet.de> >Date: Fri, 16 May 2008 19:48:57 +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 0257cfa..7d76525 100644 >--- a/source/smbd/sesssetup.c >+++ b/source/smbd/sesssetup.c >@@ -1202,6 +1202,8 @@ static int shutdown_other_smbds(TDB_CONTEXT *tdb, TDB_DATA kbuf, TDB_DATA dbuf, > return 0; > } > >+ DEBUG(0,("shutdown_other_smbds: shutting down sessionid.pid %d\n", sessionid.pid)); >+ > message_send_pid(pid_to_procid(sessionid.pid), MSG_SHUTDOWN, > NULL, 0, True); > 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