1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4-ldb: removed an unused variable

This commit is contained in:
Andrew Tridgell 2010-09-27 19:47:14 -07:00
parent 17aa2b3294
commit 1587b46fa0

View File

@ -1214,7 +1214,6 @@ bool dsdb_block_anonymous_ops(struct ldb_module *module,
*/
void dsdb_req_chain_debug(struct ldb_request *req, int level)
{
char *ret;
int i=0;
while (req && req->handle) {