[Cluster-devel] cluster/cman/qdisk main.c

lhh at sourceware.org lhh at sourceware.org
Tue Jan 16 15:16:57 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	lhh at sourceware.org	2007-01-16 15:16:57

Modified files:
	cman/qdisk     : main.c 

Log message:
	Apply patch from Simone Gotti; fixes #222744/#222838

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.4.2.1&r2=1.4.2.2

--- cluster/cman/qdisk/main.c	2007/01/05 10:35:03	1.4.2.1
+++ cluster/cman/qdisk/main.c	2007/01/16 15:16:56	1.4.2.2
@@ -135,6 +135,7 @@
 			       sb, sizeof(*sb)) < 0) {
 			clulog(LOG_WARNING,"Error reading node ID block %d\n",
 			       x+1);
+			continue;
 		}
 		swab_status_block_t(sb);
 




More information about the Cluster-devel mailing list