mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +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:
parent
7064e39fae
commit
95e0df789c
python/samba/provision
@ -2433,7 +2433,7 @@ def provision(logger, session_info, smbconf=None,
|
||||
"symlink!")
|
||||
|
||||
if serverrole == "active directory domain controller":
|
||||
create_dns_update_list(lp, paths)
|
||||
create_dns_update_list(paths)
|
||||
|
||||
backend_result = provision_backend.post_setup()
|
||||
provision_backend.shutdown()
|
||||
|
@ -963,7 +963,7 @@ def create_samdb_copy(samdb, logger, paths, names, domainsid, domainguid):
|
||||
set permissions to sam.ldb* files manually""")
|
||||
|
||||
|
||||
def create_dns_update_list(lp, paths):
|
||||
def create_dns_update_list(paths):
|
||||
"""Write out a dns_update_list file"""
|
||||
# note that we use no variable substitution on this file
|
||||
# the substitution is done at runtime by samba_dnsupdate, samba_spnupdate
|
||||
|
Loading…
x
Reference in New Issue
Block a user