From: Fabio M. Di Nitto <fdinitto@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH] rgmanager: Fix uninitialized variable [RHEL6]
Date: Wed, 07 Sep 2011 06:09:11 +0200 [thread overview]
Message-ID: <4E66EE67.1090805@redhat.com> (raw)
In-Reply-To: <1315338494-6711-1-git-send-email-lhh@redhat.com>
ACK
On 09/06/2011 09:48 PM, Lon Hohberger wrote:
> Resolves: rhbz#734730
>
> Signed-off-by: Lon Hohberger <lhh@redhat.com>
> ---
> rgmanager/src/daemons/main.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/rgmanager/src/daemons/main.c b/rgmanager/src/daemons/main.c
> index 4e12c68..931d95e 100644
> --- a/rgmanager/src/daemons/main.c
> +++ b/rgmanager/src/daemons/main.c
> @@ -802,7 +802,7 @@ rgmanager_disabled(int ccsfd)
> {
> char *v;
> int disabled = 0;
> - int internal;
> + int internal = 0;
>
> if (ccsfd < 0) {
> internal = 1;
prev parent reply other threads:[~2011-09-07 4:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-06 19:48 [Cluster-devel] [PATCH] rgmanager: Fix uninitialized variable [RHEL6] Lon Hohberger
2011-09-07 4:09 ` Fabio M. Di Nitto [this message]
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=4E66EE67.1090805@redhat.com \
--to=fdinitto@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.