public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: Christine Caulfield <chrissie@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: STABLE2 - cman: initialise key_filename variable.
Date: Fri, 05 Sep 2008 16:20:00 -0000	[thread overview]
Message-ID: <20080905144646.7D34F1203BB@lists.fedorahosted.org> (raw)

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=94832c3e09fe8ed376733cb6ecf446d6b22efd66
Commit:        94832c3e09fe8ed376733cb6ecf446d6b22efd66
Parent:        7040e494c6208f5f01ef8457f81e99464373b0b3
Author:        Christine Caulfield <ccaulfie@redhat.com>
AuthorDate:    Fri Sep 5 14:06:02 2008 +0100
Committer:     Christine Caulfield <ccaulfie@redhat.com>
CommitterDate: Fri Sep 5 14:06:02 2008 +0100

cman: initialise key_filename variable.

Tho' I thought the loader was supposed to do this.

Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
---
 cman/daemon/cmanccs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cman/daemon/cmanccs.c b/cman/daemon/cmanccs.c
index 65a29b8..4878810 100644
--- a/cman/daemon/cmanccs.c
+++ b/cman/daemon/cmanccs.c
@@ -59,7 +59,7 @@ static char *mcast[MAX_NODENAMES];
 static char *nodename_env;
 static int num_nodenames;
        int two_node;
-       char *key_filename;
+       char *key_filename=NULL;
 static char *mcast_name;
 static unsigned char votes;
 static unsigned int expected_votes;


                 reply	other threads:[~2008-09-05 16:19 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=20080905144646.7D34F1203BB@lists.fedorahosted.org \
    --to=chrissie@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).