mirror of
https://github.com/samba-team/samba.git
synced 2025-12-19 12:23:49 +03:00
python: Remove unused parameter ‘lp’
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
c692653459
commit
58814bfd39
@@ -1370,7 +1370,7 @@ class DCJoinContext(object):
|
||||
|
||||
if ctx.dns_backend.startswith("BIND9_"):
|
||||
setup_bind9_dns(ctx.local_samdb, secrets_ldb,
|
||||
ctx.names, ctx.paths, ctx.lp, ctx.logger,
|
||||
ctx.names, ctx.paths, ctx.logger,
|
||||
dns_backend=ctx.dns_backend,
|
||||
dnspass=ctx.dnspass, os_level=ctx.behavior_version,
|
||||
key_version_number=ctx.dns_key_version_number)
|
||||
|
||||
Reference in New Issue
Block a user