cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Fabio M. Di Nitto <fabbione@ubuntu.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/cman/daemon config.c
Date: Fri, 14 Mar 2008 05:22:59 +0100 (CET)	[thread overview]
Message-ID: <Pine.LNX.4.64.0803140522300.13190@trider-g7> (raw)
In-Reply-To: <20080218172542.29554.qmail@sourceware.org>


Was this commit really ment to go to CVS?

Fabio

On Mon, 18 Feb 2008, ccaulfield at sourceware.org wrote:

> CVSROOT:	/cvs/cluster
> Module name:	cluster
> Changes by:	ccaulfield at sourceware.org	2008-02-18 17:25:42
>
> Modified files:
> 	cman/daemon    : config.c
>
> Log message:
> 	Allow unnamed parent objects. This fixes a bug where
> 	<fence> entries appeared under the top-level rather than the clusternode.
>
> Patches:
> http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/config.c.diff?cvsroot=cluster&r1=1.20&r2=1.21
>
> --- cluster/cman/daemon/config.c	2008/01/02 16:35:44	1.20
> +++ cluster/cman/daemon/config.c	2008/02/18 17:25:41	1.21
> @@ -115,6 +115,10 @@
> 		{
> 			char subpath[1024];
>
> +			/* Allow for empty parents */
> +			if (!object_handle)
> +				object_handle = parent;
> +
> 			/* Found a subkey, iterate through it's sub sections */
> 			sprintf(subpath, "%s/%s[%d]", key, str, ++count);
> 			if (!read_config_for(ccs_fd, objdb, object_handle, str, subpath, 0))
>


--
I'm going to make him an offer he can't refuse.



  reply	other threads:[~2008-03-14  4:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-18 17:26 [Cluster-devel] cluster/cman/daemon config.c ccaulfield
2008-03-14  4:22 ` Fabio M. Di Nitto [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-08-15 13:43 pcaulfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.0803140522300.13190@trider-g7 \
    --to=fabbione@ubuntu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).