mirror of
https://github.com/samba-team/samba.git
synced 2025-01-20 14:03:59 +03:00
f4cf1c56a2
Every caller that expects to receive something needs to check if enough was sent. Make this check mandatory for everyone. Yes, this makes the parameter list for cli_trans a bit silly, but that's just the way it is: A silly protocol request :-) While there, convert some _done functions to tevent_req_simple_finish_ntstatus.