From mboxrd@z Thu Jan 1 00:00:00 1970 From: jbrassow@sourceware.org Date: 5 Feb 2008 23:25:52 -0000 Subject: [Cluster-devel] cluster/cmirror/src cluster.c Message-ID: <20080205232552.23112.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: RHEL5 Changes by: jbrassow at sourceware.org 2008-02-05 23:25:51 Modified files: cmirror/src : cluster.c Log message: - missed an initialization Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror/src/cluster.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.2.13&r2=1.1.2.14 --- cluster/cmirror/src/Attic/cluster.c 2008/02/05 22:12:54 1.1.2.13 +++ cluster/cmirror/src/Attic/cluster.c 2008/02/05 23:25:51 1.1.2.14 @@ -206,6 +206,7 @@ SHORT_UUID(tfr->uuid), RQ_TYPE(tfr->request_type), (unsigned long long)tfr->seq); + INIT_LIST_HEAD(&l); queue_remove_all(&l, cluster_queue); LOG_ERROR("Current list:"); list_for_each_safe(p, n, &l) {