1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00
Volker Lendecke 8686da231d 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>
2014-10-11 22:02:04 +02:00
..
2014-10-11 22:02:04 +02:00
2014-10-09 22:05:25 +02:00
2014-09-18 20:36:11 +02:00
2014-07-31 13:58:10 +02:00
2014-04-14 03:51:15 +02:00
2011-10-27 17:09:50 +02:00