summaryrefslogtreecommitdiffstats
path: root/src/sbin/Bcfg2ServerX
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbin/Bcfg2ServerX')
-rw-r--r--src/sbin/Bcfg2ServerX2
1 files changed, 2 insertions, 0 deletions
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):