Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Aug 6, 2024
1 parent ac4bc7d commit b02945c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/kerberos.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ async def do_delete(self, audit_callback, id_):
@accepts(Dict(
'keytab_data',
Str('name', required=True),
), audit='Kerberos keytab upload:', audit_extended=lambda name, name)
), audit='Kerberos keytab upload:', audit_extended=lambda name: name)
@returns(Ref('kerberos_keytab_entry'))
@job(lock='upload_keytab', pipes=['input'], check_pipes=True)
async def upload_keytab(self, job, data):
Expand Down

0 comments on commit b02945c

Please sign in to comment.