mirror of
https://github.com/samba-team/samba.git
synced 2025-11-25 00:23:52 +03:00
r18438: I should have examined these uses of talloc_move() more
carefully. Most of them are OK, but a couple were not.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
4c33c6bb97
commit
b0de283882
@@ -548,10 +548,7 @@ static int ldb_search_callback(struct ldb_context *ldb, void *context, struct ld
|
||||
res->refs[n + 1] = NULL;
|
||||
}
|
||||
|
||||
if (ares->controls) {
|
||||
res->controls = talloc_move(res, ares->controls);
|
||||
}
|
||||
|
||||
talloc_steal(res, ares->controls);
|
||||
talloc_free(ares);
|
||||
return LDB_SUCCESS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user