1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-13 08:23:49 +03:00

Make use of talloc_pool in the main codepaths. Remove the sub-contexts.

Jeremy.
This commit is contained in:
Jeremy Allison
2008-01-09 17:11:04 -08:00
parent f98c68a8a4
commit bc932b8ad4
6 changed files with 12 additions and 52 deletions

View File

@@ -2071,7 +2071,7 @@ void smbd_process(void)
char *inbuf;
size_t inbuf_len;
bool encrypted = false;
TALLOC_CTX *frame = talloc_stackframe();
TALLOC_CTX *frame = talloc_stackframe_pool(8192);
errno = 0;