From fc61a1d5e38a5a5ae6d6eb71cf0c8bc70e72752f Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 15 Oct 2009 04:05:20 +0000 Subject: [PATCH] fix bug --- sfa/trust/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0