mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
In a tevent_req based function tevent_req_create() should be the first function! If it fails it's the only reason, why the function could every return NULL. And all temporary data belongs to 'state' and gets free'ed by tevent_req_received() in the _recv function. metze