1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

tevent: Fix docstring, tevent_req_is_in_progress does not destroy private data

Autobuild-User: Kai Blin <kai@samba.org>
Autobuild-Date: Wed Nov 17 07:23:51 UTC 2010 on sn-devel-104
This commit is contained in:
Kai Blin 2010-11-17 07:07:08 +01:00
parent 27df2e544a
commit 3f43b7e542

View File

@ -924,8 +924,6 @@ struct tevent_req *tevent_req_post(struct tevent_req *req,
*
* It is typically used by sync wrapper functions.
*
* This function destroys the attached private data.
*
* @param[in] req The request to poll.
*
* @return The boolean form of "is in progress".