1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-28 11:42:03 +03:00

r11475: removed a extraneous ldb_delete() call (i had it there for debugging)

(This used to be commit daa9dcd8f4)
This commit is contained in:
Andrew Tridgell
2005-11-02 06:49:08 +00:00
committed by Gerald (Jerry) Carter
parent c845ab1e60
commit 917ca215bb

View File

@ -166,7 +166,6 @@ function ldb_erase(ldb)
return;
}
assert(res.length == 0);
ldb_delete(ldb);
}
/*