mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3: Wrap the ntlm_auth loop with a talloc_stackframe
This commit is contained in:
parent
0730d982e6
commit
ae483bbe9a
@ -2319,7 +2319,9 @@ static void squid_stream(enum stdio_helper_mode stdio_mode, stdio_helper_functio
|
||||
state->helper_mode = stdio_mode;
|
||||
|
||||
while(1) {
|
||||
TALLOC_CTX *frame = talloc_stackframe();
|
||||
manage_squid_request(state, fn);
|
||||
TALLOC_FREE(frame);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user