dbcheck transaction...
authorStefan Metzmacher <metze@samba.org>
Mon, 14 Jan 2013 08:45:34 +0000 (09:45 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 27 Jun 2016 20:02:06 +0000 (22:02 +0200)
python/samba/netcmd/dbcheck.py

index 4cc0631bf768ca834110034ad99bf8074b41728a..6905855c4b6e4ecd92dd282ae63d2bf242c21691 100644 (file)
@@ -111,7 +111,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: