This commit is contained in:
David Rose 2009-12-08 01:46:27 +00:00
parent 87b54a32b6
commit f4da45091a

View File

@ -85,8 +85,6 @@ class ServerRepository:
# Default value.
threadedNet = config.GetBool('threaded-net', False)
base.finalExitCallbacks.append(self.shutdown)
# Set up networking interfaces.
numThreads = 0
if threadedNet: