From 884ad03a27db51d282a3a04cea366c1eaf8e64e4 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Bj=C3=B6rn=20Jacke?= 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