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

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


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

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=RHEL4&r1=1.1.2.3&r2=1.1.2.4

--- cluster/cman/qdisk/main.c	2006/10/05 20:30:21	1.1.2.3
+++ cluster/cman/qdisk/main.c	2007/01/16 15:36:17	1.1.2.4
@@ -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