Minor fixes

This commit is contained in:
jrmdev 2015-07-28 10:48:21 +10:00
commit a882d397a8
13 changed files with 20 additions and 121 deletions

View file

@ -133,10 +133,6 @@ class KerbTCP(BaseRequestHandler):
'fullhash': KerbHash,
})
#print text("[KERBEROS] Address :" % self.client_address[0])
#print text("[KERBEROS] MSKerbv5 Hash :" % KerbHash)
#WriteData(settings.Config.KerberosLog % self.client_address[0], KerbHash, KerbHash)
except Exception:
raise
@ -159,9 +155,5 @@ class KerbUDP(BaseRequestHandler):
'fullhash': KerbHash,
})
#print text("[KERBEROS] Address :" % self.client_address[0])
#print text("[KERBEROS] MSKerbv5 Hash :" % KerbHash)
#WriteData(settings.Config.KerberosLog % self.client_address[0], KerbHash, KerbHash)
except Exception:
raise