change parameter name

main
zblurx 2022-10-20 18:11:10 +02:00
parent f4485ff279
commit e6250e1b98
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class connection(object):
except IndexError:
self.logger.error("Invalid database credential ID!")
if self.args.use_cache:
if self.args.use_kcache:
with sem:
if self.kerberos_login(self.domain, '', '', '', '', self.kdcHost, True): return True
for user in self.args.username: