[Cluster-devel] cluster/group/daemon app.c

teigland at sourceware.org teigland at sourceware.org
Mon Oct 16 15:52:06 UTC 2006


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);
 			}
 		}
 	}




More information about the Cluster-devel mailing list