Skip to content

Commit aa9cf87

Browse files
risssonjborean93
authored andcommitted
Fix MIT start_kadmind
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
1 parent c5a071a commit aa9cf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k5test/realm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def start_kdc(self, args=None, env=None):
589589
start_args.extend(args)
590590
self._kdc_proc = self._start_daemon(start_args, env, "starting...")
591591

592-
def start_kadmind(self, env):
592+
def start_kadmind(self, env=None):
593593
if self._kadmind_proc:
594594
raise Exception("kadmind has already started")
595595

0 commit comments

Comments
 (0)