public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: "Marek Grác" <marx@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: cluster: RHEL54 - fencing: #514758 - fence_apc_snmp: local variable 'verbose_filename' referenced before assignment
Date: Mon, 03 Aug 2009 14:03:00 -0000	[thread overview]
Message-ID: <20090803140327.ED4E6120196@lists.fedorahosted.org> (raw)

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=cc5e4640d9005fd17c347ecca94986653e205891
Commit:        cc5e4640d9005fd17c347ecca94986653e205891
Parent:        9525957d66b4a45e0352a29c37905fc9f40c0b48
Author:        Marek 'marx' Grac <mgrac@redhat.com>
AuthorDate:    Mon Aug 3 15:58:57 2009 +0200
Committer:     Marek 'marx' Grac <mgrac@redhat.com>
CommitterDate: Mon Aug 3 15:58:57 2009 +0200

fencing: #514758 - fence_apc_snmp: local variable 'verbose_filename' referenced before assignment

---
 fence/agents/apc_snmp/fence_apc_snmp.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fence/agents/apc_snmp/fence_apc_snmp.py b/fence/agents/apc_snmp/fence_apc_snmp.py
index fb79054..c391809 100755
--- a/fence/agents/apc_snmp/fence_apc_snmp.py
+++ b/fence/agents/apc_snmp/fence_apc_snmp.py
@@ -268,6 +268,7 @@ def main2():
 		'.1.3.6.1.4.1.318.1.3.4.4' : MasterSwitchPlus}
   
   verbose = False
+  verbose_filename = ""
   params = {}
   
   if len(sys.argv) > 1:


                 reply	other threads:[~2009-08-03 14:03 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=20090803140327.ED4E6120196@lists.fedorahosted.org \
    --to=marx@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).