extras-buildsys/common SSLConnection.py,1.3.4.5,1.3.4.5.4.1

Michael Schwendt mschwendt at fedoraproject.org
Mon Nov 17 21:04:44 UTC 2008


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/common
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12421/common

Modified Files:
      Tag: Plague-0_4_5
	SSLConnection.py 
Log Message:
fix initial refcount


Index: SSLConnection.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/common/SSLConnection.py,v
retrieving revision 1.3.4.5
retrieving revision 1.3.4.5.4.1
diff -u -r1.3.4.5 -r1.3.4.5.4.1
--- SSLConnection.py	15 Feb 2006 17:17:39 -0000	1.3.4.5
+++ SSLConnection.py	17 Nov 2008 21:04:13 -0000	1.3.4.5.4.1
@@ -26,7 +26,7 @@
         so I'm making a proxy instead of subclassing.
         """
         self.__dict__["conn"] = conn
-        self.__dict__["close_refcount"] = 0
+        self.__dict__["close_refcount"] = 1
         self.__dict__["closed"] = False
         self.__dict__["timeout"] = self.DEFAULT_TIMEOUT
 




More information about the fedora-extras-commits mailing list