1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r19328: another leak plugged ....

(This used to be commit f57535b9c2)
This commit is contained in:
Andrew Tridgell 2006-10-16 11:12:13 +00:00 committed by Gerald (Jerry) Carter
parent 64eed1e78e
commit 86a549eaca

View File

@ -751,7 +751,7 @@ static int samldb_add(struct ldb_module *module, struct ldb_request *req)
return ldb_next_request(module, req);
}
down_req = talloc(module, struct ldb_request);
down_req = talloc(req, struct ldb_request);
if (down_req == NULL) {
return LDB_ERR_OPERATIONS_ERROR;
}