mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
python: Remove unused parameter ‘targetdir’
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
a84c521265
commit
49801372c6
@@ -1373,7 +1373,6 @@ class DCJoinContext(object):
|
||||
ctx.names, ctx.paths, ctx.lp, ctx.logger,
|
||||
dns_backend=ctx.dns_backend,
|
||||
dnspass=ctx.dnspass, os_level=ctx.behavior_version,
|
||||
targetdir=ctx.targetdir,
|
||||
key_version_number=ctx.dns_key_version_number)
|
||||
|
||||
def join_setup_trusts(ctx):
|
||||
|
||||
Reference in New Issue
Block a user