From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 16 Jan 2007 15:36:18 -0000 Subject: [Cluster-devel] cluster/cman/qdisk main.c Message-ID: <20070116153618.14322.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: 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);