ReCreate is NOT an anonymous call.
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Wed, 12 Nov 2008 19:19:20 +0000 (19:19 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Wed, 12 Nov 2008 19:19:20 +0000 (19:19 +0000)
api.py

diff --git a/api.py b/api.py
index 41ab0cd..0e51ba3 100644 (file)
--- a/api.py
+++ b/api.py
@@ -72,7 +72,7 @@ class APIRequestHandler(SimpleXMLRPCServer.SimpleXMLRPCRequestHandler):
                 else:
                     raise xmlrpclib.Fault(108, '%s: Permission denied.' % caller_name)
             # Anyone can call these functions
-            elif method_name not in ('ReCreate', 'Help', 'Ticket', 'GetXIDs', 'GetSSHKeys'):
+            elif method_name not in ('Help', 'Ticket', 'GetXIDs', 'GetSSHKeys'):
                 # Authenticate the caller if not in the above fncts.
                 target_name = args[0]
                 # Gather target slice's object.