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

s4:samldb LDB module - remove a disastrous "talloc_free"

This completely destroys the program logic (async callbacks). Sorry for
introducing this.
This commit is contained in:
Matthias Dieter Wallnöfer 2010-09-12 22:26:10 +02:00
parent 0939ba4488
commit 123712840f

View File

@ -1259,8 +1259,6 @@ static int samldb_modify(struct ldb_module *module, struct ldb_request *req)
}
}
talloc_free(ac);
return ldb_next_request(module, req);
}