mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
ctdb-recoverd: Fix typo in previous fix
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14085
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Autobuild-User(master): Amitay Isaacs <amitay@samba.org>
Autobuild-Date(master): Tue Aug 27 15:29:11 UTC 2019 on sn-devel-184
(cherry picked from commit 8190993d99
)
This commit is contained in:
committed by
Karolin Seeger
parent
89b08e4fbc
commit
745052cb6b
@ -2991,7 +2991,7 @@ static void main_loop(struct ctdb_context *ctdb, struct ctdb_recoverd *rec,
|
||||
continue;
|
||||
}
|
||||
if (! ctdb_node_has_capabilities(rec->caps,
|
||||
ctdb->nodes[j]->pnn,
|
||||
nodemap->nodes[j].pnn,
|
||||
CTDB_CAP_LMASTER)) {
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user