From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25498 invoked by alias); 8 Apr 2009 10:26:44 -0000 Received: (qmail 25454 invoked by alias); 8 Apr 2009 10:26:44 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: cluster: STABLE2 - fence_rsa: #493802 - calling non-defined function To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/STABLE2 X-Git-Reftype: branch X-Git-Oldrev: 1bd1fc12720a42fd7f5116573cbd48597a2acdfc X-Git-Newrev: 7ca847579d8fff742336cd6b86011ed25bdb93ea From: =?utf-8?q?Marek_Gr=C3=A1c?= Message-Id: <20090408102611.CE7D612036E@lists.fedorahosted.org> Date: Wed, 08 Apr 2009 10:26:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00042.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=7ca847579d8fff742336cd6b86011ed25bdb93ea Commit: 7ca847579d8fff742336cd6b86011ed25bdb93ea Parent: 1bd1fc12720a42fd7f5116573cbd48597a2acdfc Author: Marek 'marx' Grac AuthorDate: Wed Apr 8 12:17:24 2009 +0200 Committer: Marek 'marx' Grac CommitterDate: Wed Apr 8 12:24:46 2009 +0200 fence_rsa: #493802 - calling non-defined function atexit handler was added later and is not a part of fencing library in this branch --- fence/agents/rsa/fence_rsa.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/fence/agents/rsa/fence_rsa.py b/fence/agents/rsa/fence_rsa.py index 17b0fb9..ca36eff 100644 --- a/fence/agents/rsa/fence_rsa.py +++ b/fence/agents/rsa/fence_rsa.py @@ -43,8 +43,6 @@ def main(): "action", "ipaddr", "login", "passwd", "passwd_script", "cmd_prompt", "secure" ] - atexit.register(atexit_handler) - options = check_input(device_opt, process_input(device_opt)) ##