From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 16 Oct 2006 15:52:06 -0000 Subject: [Cluster-devel] cluster/group/daemon app.c Message-ID: <20061016155206.511.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 Changes by: teigland at sourceware.org 2006-10-16 15:52:05 Modified files: group/daemon : app.c Log message: typo, deleting "rs" instead of "re" when cleaning stuff up Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/app.c.diff?cvsroot=cluster&r1=1.51&r2=1.52 --- cluster/group/daemon/app.c 2006/10/13 20:07:45 1.51 +++ cluster/group/daemon/app.c 2006/10/16 15:52:05 1.52 @@ -706,8 +706,8 @@ if (re->group == g) { log_error(g, "finalize: still in recovery " "set %d", rs->nodeid); - list_del(&rs->list); - free(rs); + list_del(&re->list); + free(re); } } }