This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: STABLE2 - fence_rsa: #493802 - calling non-defined function


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=7ca847579d8fff742336cd6b86011ed25bdb93ea
Commit:        7ca847579d8fff742336cd6b86011ed25bdb93ea
Parent:        1bd1fc12720a42fd7f5116573cbd48597a2acdfc
Author:        Marek 'marx' Grac <mgrac@redhat.com>
AuthorDate:    Wed Apr 8 12:17:24 2009 +0200
Committer:     Marek 'marx' Grac <mgrac@redhat.com>
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))
 
 	## 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]