]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python: Remove unused parameter ‘erase’
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 23 Nov 2023 07:57:10 +0000 (20:57 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Dec 2023 03:31:37 +0000 (03:31 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/provision/__init__.py

index 5fd22b1acc44e8d304dceb7ce3cf87af5892ee58..2396417c71e55d81ffac9101e3adbde6d746ce3e 100644 (file)
@@ -829,7 +829,7 @@ def setup_name_mappings(idmap, sid, root_uid, nobody_uid,
 
 def setup_samdb_partitions(samdb_path, logger, lp, session_info,
                            provision_backend, names, serverrole,
-                           erase=False, plaintext_secrets=False,
+                           plaintext_secrets=False,
                            backend_store=None):
     """Setup the partitions for the SAM database.