[Cluster-devel] cluster/cman-kernel/src sm_message.c

teigland at sourceware.org teigland at sourceware.org
Fri Dec 1 20:43:29 UTC 2006


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;
 }




More information about the Cluster-devel mailing list