extras-buildsys/common SimpleSSLXMLRPCServer.py,1.5,1.6

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Fri Jun 24 10:47:42 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32308/common

Modified Files:
	SimpleSSLXMLRPCServer.py 
Log Message:
Don't need to explicitly specify reuse_address since all SSL servers are by default.


Index: SimpleSSLXMLRPCServer.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/common/SimpleSSLXMLRPCServer.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SimpleSSLXMLRPCServer.py	17 Jun 2005 03:10:28 -0000	1.5
+++ SimpleSSLXMLRPCServer.py	24 Jun 2005 10:47:40 -0000	1.6
@@ -75,7 +75,6 @@
     An extension of SimpleXMLRPCServer that allows SSL handling.
     """
     def __init__(self, certs, address, authinfo_callback=None):
-        self.allow_reuse_address = 1
         self.logRequests = 0
         self.authinfo_callback = authinfo_callback
 




More information about the fedora-extras-commits mailing list