From: Fabio M. Di Nitto <fdinitto@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] bug in cman/init.d/cman.in?
Date: Mon, 29 Aug 2011 15:20:43 +0200 [thread overview]
Message-ID: <4E5B922B.6080009@redhat.com> (raw)
In-Reply-To: <24E144B8C0207547AD09C467A8259F75377CB6C6@lisa.maurer-it.com>
On 08/29/2011 03:14 PM, Dietmar Maurer wrote:
> This is a bug fix. I got wrong results.
Ok, unless you have strong objections I prefer to rename the variable
completely in status() to avoid confusion and fix the issue.
>
> Besides it does not lock sane to overwrite that global variable there (why?).
Simple overlook. I agree a fix is required, I simply wasn't sure if you
were hitting a bug or not since I couldn't spot the error in the code.
Fabio
>
> - Dietmar
>
>> -----Original Message-----
>> From: cluster-devel-bounces at redhat.com [mailto:cluster-devel-
>> bounces at redhat.com] On Behalf Of Fabio M. Di Nitto
>> Sent: Montag, 29. August 2011 14:06
>> To: cluster-devel at redhat.com
>> Subject: Re: [Cluster-devel] bug in cman/init.d/cman.in?
>>
>> On 08/29/2011 10:44 AM, Dietmar Maurer wrote:
>>> * do not overwrite global return status 'rtrn' - use local keyword
>>>
>>> Index: new/cman/init.d/cman.in
>>>
>> =================================================================
>> ==
>>> --- new.orig/cman/init.d/cman.in 2010-12-02 07:19:35.000000000 +0100
>>> +++ new/cman/init.d/cman.in 2010-12-23 11:32:12.000000000 +0100
>>> @@ -46,7 +48,7 @@
>>> status()
>>> {
>>> pid=$(pidof $1 2>/dev/null)
>>> - rtrn=$?
>>> + local rtrn=$?
>>> if [ $rtrn -ne 0 ]; then
>>> echo "$1 is stopped"
>>> else
>>>
>>>
>>
>> Is this purely semantic or are you actually fixing a bug?
>>
>> Reading the code, it doesn't look like it makes any difference... but I might not
>> see it right.
>>
>> Fabio
>>
>
>
next prev parent reply other threads:[~2011-08-29 13:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-29 8:44 [Cluster-devel] bug in cman/init.d/cman.in? Dietmar Maurer
2011-08-29 12:06 ` Fabio M. Di Nitto
2011-08-29 13:14 ` Dietmar Maurer
2011-08-29 13:20 ` Fabio M. Di Nitto [this message]
2011-08-29 13:26 ` Dietmar Maurer
2011-08-30 9:46 ` Fabio M. Di Nitto
2011-08-31 9:07 ` Dietmar Maurer
2011-08-31 9:12 ` Fabio M. Di Nitto
2011-08-31 10:33 ` Dietmar Maurer
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=4E5B922B.6080009@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.