mirror of
https://github.com/curl/curl.git
synced 2026-07-16 00:07:22 +03:00
Curl_resolv: fix comment. 'entry' argument is not optional
Reported-by: Joshua Rogers Closes #18979
This commit is contained in:
parent
2c6505e0ef
commit
435da1f849
1 changed files with 3 additions and 3 deletions
|
|
@ -819,9 +819,9 @@ static CURLcode store_negative_resolve(struct Curl_easy *data,
|
|||
|
||||
/*
|
||||
* Curl_resolv() is the main name resolve function within libcurl. It resolves
|
||||
* a name and returns a pointer to the entry in the 'entry' argument (if one
|
||||
* is provided). This function might return immediately if we are using asynch
|
||||
* resolves. See the return codes.
|
||||
* a name and returns a pointer to the entry in the 'entry' argument. This
|
||||
* function might return immediately if we are using asynch resolves. See the
|
||||
* return codes.
|
||||
*
|
||||
* The cache entry we return will get its 'inuse' counter increased when this
|
||||
* function is used. You MUST call Curl_resolv_unlink() later (when you are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue