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:
parent
0939ba4488
commit
123712840f
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user