summaryrefslogtreecommitdiffstats
path: root/func/minion/AuthedXMLRPCServer.py
diff options
context:
space:
mode:
Diffstat (limited to 'func/minion/AuthedXMLRPCServer.py')
-rw-r--r--func/minion/AuthedXMLRPCServer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/minion/AuthedXMLRPCServer.py b/func/minion/AuthedXMLRPCServer.py
index 0ec9ce0..7bba160 100644
--- a/func/minion/AuthedXMLRPCServer.py
+++ b/func/minion/AuthedXMLRPCServer.py
@@ -50,7 +50,7 @@ class AuthedSimpleXMLRPCRequestHandler(SimpleXMLRPCServer.SimpleXMLRPCRequestHan
print "Error (%s): socket error - '%s'" % (self.client_address, e)
-class BaseAuthedXMLRPCServer(SocketServer.ThreadingMixIn):
+class BaseAuthedXMLRPCServer(SocketServer.ForkingMixIn):
def __init__(self, address, authinfo_callback=None):
self.allow_reuse_address = 1
self.logRequests = 1