Remove unused parameter from provision()
authorAndrew Bartlett <abartlet@samba.org>
Fri, 8 Feb 2008 06:12:54 +0000 (17:12 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 8 Feb 2008 06:12:54 +0000 (17:12 +1100)
Andrew Bartlett

source/setup/provision.py

index c8087f7bd7fa82ed15c23513e1a9ac7bdcc4a5b2..9f887e8b3be86b769735490dc39d3be33a9a0dca 100755 (executable)
@@ -150,7 +150,7 @@ elif opts.partitions_only:
     samdb_fill = FILL_DRS
 
 provision(lp, setup_dir, message, paths, 
-          system_session(), creds, opts.ldap_backend, 
+          system_session(), creds, 
           samdb_fill=samdb_fill, realm=opts.realm,
           domainguid=opts.domain_guid, domainsid=opts.domain_sid,
           policyguid=opts.policy_guid, hostname=opts.host_name,