dbcheck transaction...
authorStefan Metzmacher <metze@samba.org>
Mon, 14 Jan 2013 08:45:34 +0000 (09:45 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 29 Jan 2013 21:03:23 +0000 (22:03 +0100)
source4/scripting/python/samba/netcmd/dbcheck.py

index 889b0ff075c3d44acc48db56ad865bef397164ff..959457dc6628c296cdffa21f95fe20c3e9ae2259 100644 (file)
@@ -109,7 +109,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: