public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jan Friesse <honzaf@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: fence-agents: master - fence_ipmilan: Fix metadata generation
Date: Mon, 16 Mar 2009 08:41:00 -0000	[thread overview]
Message-ID: <20090316084040.44A4612032D@lists.fedorahosted.org> (raw)

Gitweb:        http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=39b9aad2b1f0a03738f72dc1c100dc88e5c66d71
Commit:        39b9aad2b1f0a03738f72dc1c100dc88e5c66d71
Parent:        871b325a3de336380b60f4570635f91f98c87c01
Author:        Jan Friesse <jfriesse@redhat.com>
AuthorDate:    Mon Mar 16 09:40:29 2009 +0100
Committer:     Jan Friesse <jfriesse@redhat.com>
CommitterDate: Mon Mar 16 09:40:29 2009 +0100

fence_ipmilan: Fix metadata generation

This patch changes unique value in metadata from 0 to 1.
---
 fence/agents/ipmilan/ipmilan.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/ipmilan/ipmilan.c b/fence/agents/ipmilan/ipmilan.c
index ec6e8f2..74fc415 100644
--- a/fence/agents/ipmilan/ipmilan.c
+++ b/fence/agents/ipmilan/ipmilan.c
@@ -772,7 +772,7 @@ void print_xml_metadata(char *pname) {
   printf("%s\n","<parameters>");
 
   for (i=0;i<(sizeof(xml_parameters)/sizeof(struct xml_parameter_s));i++) {
-    printf("\t<parameter name=\"%s\" unique=\"0\">\n",xml_parameters[i].name);
+    printf("\t<parameter name=\"%s\" unique=\"1\">\n",xml_parameters[i].name);
 
     printf("\t\t<shortdesc lang=\"C\">");
     printf("%s",xml_parameters[i].description);


                 reply	other threads:[~2009-03-16  8:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20090316084040.44A4612032D@lists.fedorahosted.org \
    --to=honzaf@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.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 read-only IMAP folder(s) and NNTP newsgroup(s).