[SCM] Samba Shared Repository - branch master updated

Amitay Isaacs amitay at samba.org
Tue Aug 27 15:30:02 UTC 2019


The branch, master has been updated
       via  8190993d992 ctdb-recoverd: Fix typo in previous fix
      from  b406b928242 WHATSNEW: Document new GnuTLS 3.4.7 requirement

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8190993d99284162bd8699780248bb2edfec2673
Author: Martin Schwenke <martin at meltin.net>
Date:   Tue Aug 27 12:13:51 2019 +1000

    ctdb-recoverd: Fix typo in previous fix
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=14085
    
    Signed-off-by: Martin Schwenke <martin at meltin.net>
    Reviewed-by: Amitay Isaacs <amitay at gmail.com>
    
    Autobuild-User(master): Amitay Isaacs <amitay at samba.org>
    Autobuild-Date(master): Tue Aug 27 15:29:11 UTC 2019 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 ctdb/server/ctdb_recoverd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/ctdb/server/ctdb_recoverd.c b/ctdb/server/ctdb_recoverd.c
index c1c2a88b12c..5f7fd71ae41 100644
--- a/ctdb/server/ctdb_recoverd.c
+++ b/ctdb/server/ctdb_recoverd.c
@@ -2998,7 +2998,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;
 		}


-- 
Samba Shared Repository



More information about the samba-cvs mailing list