dbcheck: Correctly initialise keep_transaction in missing_parent test
authorAndrew Bartlett <abartlet@samba.org>
Thu, 3 Nov 2016 00:30:56 +0000 (13:30 +1300)
committerGarming Sam <garming@samba.org>
Fri, 4 Nov 2016 03:41:19 +0000 (04:41 +0100)
commit09537a67b0e761c834fb7c14d7e8d55e07fc5156
tree865d20629bc84fa9d3d75bc77b89de3baf89bf73
parent7fd5be535ade5ed119d869c8f215aa605aba2125
dbcheck: Correctly initialise keep_transaction in missing_parent test

Otherwise there is no point to this variable, we are trying to work out
if the subsequent modify succeded

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
BUG: https://bugzilla.samba.org/show_bug.cgi?id=9954
python/samba/dbchecker.py