1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r24400: Fix a valgrind bug

(This used to be commit 7c65deaed734f5623813922637877b94fc9a6259)
This commit is contained in:
Volker Lendecke 2007-08-14 08:23:54 +00:00 committed by Gerald (Jerry) Carter
parent 6a5bdb79e1
commit 52a738301a

View File

@ -180,10 +180,12 @@ void change_notify_reply(const uint8 *request_buf, uint32 max_param,
goto done;
}
smb_setlen(NULL, request_buf, smb_size);
init_smb_request(req, request_buf);
send_nt_replies_new(req, NT_STATUS_OK, prs_data_p(&ps),
prs_offset(&ps), NULL, 0);
send_nt_replies(req, NT_STATUS_OK, prs_data_p(&ps),
prs_offset(&ps), NULL, 0);
done:
TALLOC_FREE(req);