From: Tony Mack Date: Thu, 15 Oct 2009 04:05:20 +0000 (+0000) Subject: fix bug X-Git-Tag: sfa-0.9-6~181 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fc61a1d5e38a5a5ae6d6eb71cf0c8bc70e72752f;p=sfa.git fix bug --- diff --git a/sfa/trust/auth.py b/sfa/trust/auth.py index e4483d05..bc2a2e33 100644 --- a/sfa/trust/auth.py +++ b/sfa/trust/auth.py @@ -47,7 +47,7 @@ class Auth: raise MissingCallerGID(self.client_cred.get_subject()) # validate the client cert if it exists - if peer_cert: + if self.peer_cert: self.verifyPeerCert() # make sure the client is allowed to perform the operation