From 00f32962e8c2948c7a8bfef183126603fb96b1eb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 23 Aug 2017 18:11:32 +0200 Subject: [PATCH] ctdb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- ctdb/server/ctdb_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/server/ctdb_daemon.c b/ctdb/server/ctdb_daemon.c index 28492ac7c01..80b334b1f03 100644 --- a/ctdb/server/ctdb_daemon.c +++ b/ctdb/server/ctdb_daemon.c @@ -1756,7 +1756,7 @@ struct ctdb_client *ctdb_find_client_by_pid(struct ctdb_context *ctdb, pid_t pid Samba does this when it needs/wants to check if a subrecord in one of the databases is still valied, or if it is stale and can be removed. If the node is in unhealthy or stopped state we just kill of the samba - process holding htis sub-record and return to the calling samba that + process holding this sub-record and return to the calling samba that the process does not exist. This allows us to forcefully recall subrecords registered by samba processes on banned and stopped nodes. -- 2.34.1