From 2c11cbe63aae13b573ddbfef2d8e80c72766e45d Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Thu, 3 Nov 2005 21:46:37 +0000 Subject: work around m2crypto-0.15 bug (Logical change 1.350) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1451 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/Bcfg2ServerX | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/sbin/Bcfg2ServerX b/src/sbin/Bcfg2ServerX index 52d6dabcd..261efaacd 100644 --- a/src/sbin/Bcfg2ServerX +++ b/src/sbin/Bcfg2ServerX @@ -75,6 +75,8 @@ class Bcfg2(Component): self.Core.fam.Service() print "done" if self.socket in rsockinfo: + # workaround for m2crypto 0.15 bug + self.socket.postConnectionCheck = None return self.socket.accept() def Bcfg2GetProbes(self, address): -- cgit v1.2.3-1-g7c22