fix typo
authorTony Mack <tmack@cs.princeton.edu>
Thu, 15 Oct 2009 03:03:40 +0000 (03:03 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Thu, 15 Oct 2009 03:03:40 +0000 (03:03 +0000)
sfa/trust/auth.py

index f15da14..e4483d0 100644 (file)
@@ -68,7 +68,7 @@ class Auth:
         # make sure the client_gid matches client's certificate
         peer_cert = self.peer_cert
         if not peer_cert.is_pubkey(self.client_gid.get_pubkey()):
-            raise ConnectionKeyGIDMismatch(self.client_gid.get_subject()            
+            raise ConnectionKeyGIDMismatch(self.client_gid.get_subject())            
 
     def verifyGidRequestHash(self, gid, hash, arglist):
         key = gid.get_pubkey()