mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
tevent: fix typo async_req_done() => tevent_req_done()
metze
This commit is contained in:
parent
606edf0f35
commit
6f7cd213dd
@ -132,7 +132,7 @@ static void tevent_req_finish(struct tevent_req *req,
|
||||
* @brief An async request has successfully finished
|
||||
* @param[in] req The finished request
|
||||
*
|
||||
* async_req_done is to be used by implementors of async requests. When a
|
||||
* tevent_req_done is to be used by implementors of async requests. When a
|
||||
* request is successfully finished, this function calls the user's completion
|
||||
* function.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user