From: Stefan Metzmacher Date: Mon, 14 Jan 2013 08:45:34 +0000 (+0100) Subject: dbcheck transaction... X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=1db2e586a644eb66af6d405f966ab7bd93d3525c dbcheck transaction... --- diff --git a/source4/scripting/python/samba/netcmd/dbcheck.py b/source4/scripting/python/samba/netcmd/dbcheck.py index 889b0ff075c3..959457dc6628 100644 --- a/source4/scripting/python/samba/netcmd/dbcheck.py +++ b/source4/scripting/python/samba/netcmd/dbcheck.py @@ -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: