Skip to content

Commit

Permalink
Fix MIT start_kadmind
Browse files Browse the repository at this point in the history
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
  • Loading branch information
rissson authored and jborean93 committed Jan 30, 2024
1 parent c5a071a commit aa9cf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k5test/realm.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ def start_kdc(self, args=None, env=None):
start_args.extend(args)
self._kdc_proc = self._start_daemon(start_args, env, "starting...")

def start_kadmind(self, env):
def start_kadmind(self, env=None):
if self._kadmind_proc:
raise Exception("kadmind has already started")

Expand Down

0 comments on commit aa9cf87

Please sign in to comment.