mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
Get the inbuf on talloc_tos()
This commit is contained in:
parent
8e64107b78
commit
883f741576
@ -2085,7 +2085,7 @@ void smbd_process(void)
|
||||
|
||||
run_events(smbd_event_context(), 0, NULL, NULL);
|
||||
|
||||
while (!receive_message_or_smb(NULL, &inbuf, &inbuf_len,
|
||||
while (!receive_message_or_smb(talloc_tos(), &inbuf, &inbuf_len,
|
||||
select_timeout,
|
||||
&unread_bytes,
|
||||
&encrypted)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user