1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +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:
Joseph Sutton
2023-11-23 20:47:31 +13:00
committed by Andrew Bartlett
parent 8439dcb484
commit 5132771fb7
2 changed files with 3 additions and 3 deletions

View File

@@ -919,7 +919,7 @@ class DCJoinContext(object):
provision_fill(ctx.local_samdb, secrets_ldb,
ctx.logger, ctx.names, ctx.paths,
dom_for_fun_level=ctx.behavior_version,
targetdir=ctx.targetdir, samdb_fill=FILL_SUBDOMAIN,
samdb_fill=FILL_SUBDOMAIN,
machinepass=ctx.acct_pass, serverrole="active directory domain controller",
lp=ctx.lp, hostip=ctx.names.hostip, hostip6=ctx.names.hostip6,
dns_backend=ctx.dns_backend, adminpass=ctx.adminpass)