dbcheck transaction...
authorStefan Metzmacher <metze@samba.org>
Mon, 14 Jan 2013 08:45:34 +0000 (09:45 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2019 10:31:19 +0000 (11:31 +0100)
python/samba/netcmd/dbcheck.py

index 965288b4557387a3ffe03e7a3e3bd389cf7e6350..3090bf0a0df9fc914b9993effa001f23c7f1a32b 100644 (file)
@@ -125,7 +125,7 @@ class cmd_dbcheck(Command):
             attrs = attrs.split()
 
         started_transaction = False
-        if yes and fix:
+        if True: #yes and fix:
             samdb.transaction_start()
             started_transaction = True
         try: