mirror of
https://github.com/curl/curl.git
synced 2026-07-24 21:07:28 +03:00
Fix comment
This commit is contained in:
parent
5e62be1d8c
commit
71260534f9
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ ares_parse_txt_reply (const unsigned char *abuf, int alen,
|
|||
/* Check if we are really looking at a TXT record */
|
||||
if (rr_class == C_IN && rr_type == T_TXT)
|
||||
{
|
||||
/* Allocate storage for this SRV answer appending it to the list */
|
||||
/* Allocate storage for this TXT answer appending it to the list */
|
||||
txt_curr = ares_malloc_data(ARES_DATATYPE_TXT_REPLY);
|
||||
if (!txt_curr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue