summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-11-03 21:46:37 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-11-03 21:46:37 +0000
commit2c11cbe63aae13b573ddbfef2d8e80c72766e45d (patch)
treea647bf66905d05a8ef08c238bda0d4b78942e32d /src
parentab34f083ac712c2ec8730b11e4e5754ad21fcc27 (diff)
downloadbcfg2-2c11cbe63aae13b573ddbfef2d8e80c72766e45d.tar.gz
bcfg2-2c11cbe63aae13b573ddbfef2d8e80c72766e45d.tar.bz2
bcfg2-2c11cbe63aae13b573ddbfef2d8e80c72766e45d.zip
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
Diffstat (limited to 'src')
-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):