From 19eace897938f631d601babefa2e4e180425cacf Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Mon, 1 Dec 2008 17:43:40 +0000 Subject: [PATCH] depending on your ip address, cpg doesn't always send config changes If you ip addresses are larger than 0xffffff then you will never get sent group leave notifications. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1700 fd59a12c-fef9-0310-b244-a6a79926bd2f --- services/cpg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/cpg.c b/services/cpg.c index f943ef5d..45c3de27 100644 --- a/services/cpg.c +++ b/services/cpg.c @@ -694,7 +694,7 @@ static void cpg_confchg_fn ( struct memb_ring_id *ring_id) { int i; - uint32_t lowest_nodeid = 0xffffff; + uint32_t lowest_nodeid = 0xffffffff; struct iovec req_exec_cpg_iovec; /* We don't send the library joinlist in here because it can end up