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