From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23271 invoked by alias); 8 Apr 2009 10:21:25 -0000 Received: (qmail 23264 invoked by alias); 8 Apr 2009 10:21:24 -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: RHEL4 - fence_rsa: #476161 - calling non-defined function To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/RHEL4 X-Git-Reftype: branch X-Git-Oldrev: 56cb5ced44ca0e649c8a062e29b432fe6670b77b X-Git-Newrev: c70c5ab16cdf2243421e5e9a2510bc80913dc321 From: =?utf-8?q?Marek_Gr=C3=A1c?= Message-Id: <20090408102041.5703912036E@lists.fedorahosted.org> Date: Wed, 08 Apr 2009 10:21: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/msg00041.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=c70c5ab16cdf2243421e5e9a2510bc80913dc321 Commit: c70c5ab16cdf2243421e5e9a2510bc80913dc321 Parent: 56cb5ced44ca0e649c8a062e29b432fe6670b77b Author: Marek 'marx' Grac AuthorDate: Wed Apr 8 12:17:24 2009 +0200 Committer: Marek 'marx' Grac CommitterDate: Wed Apr 8 12:17:24 2009 +0200 fence_rsa: #476161 - 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 100755 --- 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)) ##