1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-02 20:23:50 +03:00

r1984: this change is what you should read to understand the new talloc()

It simplifies our structure handling a lot, making the code shorter
and easier to understand. Look at the diff carefully and see if you
can understand it. If you're still confused then please ask.
This commit is contained in:
Andrew Tridgell
2004-08-21 02:07:12 +00:00
committed by Gerald (Jerry) Carter
parent e35bb094c5
commit 03c341aca7
3 changed files with 5 additions and 19 deletions

View File

@@ -244,9 +244,6 @@ struct smbcli_request {
/* allow a request to be part of a list of requests */
struct smbcli_request *next, *prev;
/* a talloc context for the lifetime of this request */
TALLOC_CTX *mem_ctx;
/* each request is in one of 4 possible states */
enum smbcli_request_state state;