From 74267d652485cdcb711f734f0d80da0fb1495867 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 5 Feb 2010 21:02:24 -0800 Subject: s3-brlock: we don't need these MSG_SMB_UNLOCK calls now These have been replaced with the min timeout in blocking.c --- source3/smbd/server.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/smbd/server.c') diff --git a/source3/smbd/server.c b/source3/smbd/server.c index fb0efd2ae5..8a7a3b28c0 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -230,8 +230,6 @@ static void remove_child_pid(pid_t pid, bool unclean_shutdown) DEBUG(3,(__location__ " Unclean shutdown of pid %u\n", (unsigned int)pid)); messaging_send_buf(smbd_messaging_context(), procid_self(), MSG_SMB_BRL_VALIDATE, NULL, 0); - message_send_all(smbd_messaging_context(), - MSG_SMB_UNLOCK, NULL, 0, NULL); } for (child = children; child != NULL; child = child->next) { -- cgit