summaryrefslogtreecommitdiffstats
path: root/python/samba/tests/source.py
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-10-10 15:37:55 +0200
committerJeremy Allison <jra@samba.org>2014-10-11 22:02:04 +0200
commit8686da231d434bb35333654277a029271e147257 (patch)
treef524ed3b22476caed6f4514ac83fe879e24fe414 /python/samba/tests/source.py
parent6d2c8f54e5e87485783b5173aa9f903a79d25443 (diff)
downloadsamba-8686da231d434bb35333654277a029271e147257.tar.gz
samba-8686da231d434bb35333654277a029271e147257.tar.xz
samba-8686da231d434bb35333654277a029271e147257.zip
dsdb: Fix a crash in an error return
In an error return we have /* Back it out, if it fails on one */ for (i--; i >= 0; i--) { ldb_next_del_trans(data->partitions[i]->module); } With unsigned int i this will spin and del_trans somewhere far off :-) Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'python/samba/tests/source.py')
0 files changed, 0 insertions, 0 deletions