From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 1 Dec 2006 20:43:29 -0000 Subject: [Cluster-devel] cluster/cman-kernel/src sm_message.c Message-ID: <20061201204329.19522.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Branch: STABLE Changes by: teigland at sourceware.org 2006-12-01 20:43:28 Modified files: cman-kernel/src: sm_message.c Log message: bz 217626 The fix for bug 206193 introduced this even worse bug. We need to update our global_last_id locally when we create a new one. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/sm_message.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.4.8.2&r2=1.4.8.3 --- cluster/cman-kernel/src/Attic/sm_message.c 2006/09/21 15:46:54 1.4.8.2 +++ cluster/cman-kernel/src/Attic/sm_message.c 2006/12/01 20:43:28 1.4.8.3 @@ -51,7 +51,7 @@ log_print("ERROR: max global group id"); return 0; } - + global_last_id = id; id |= (l << 24); return id; }