From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 16 Jan 2007 16:20:49 -0000 Subject: [Cluster-devel] cluster/cman/qdisk main.c Message-ID: <20070116162049.17635.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: RHEL50 Changes by: lhh at sourceware.org 2007-01-16 16:20:49 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=RHEL50&r1=1.4&r2=1.4.4.1 --- cluster/cman/qdisk/main.c 2006/10/03 18:06:40 1.4 +++ cluster/cman/qdisk/main.c 2007/01/16 16:20:48 1.4.4.1 @@ -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);