1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Fix comment

This commit is contained in:
Yang Tse 2009-10-30 16:27:30 +00:00
parent d4ff44d5f6
commit 7da5efd55c

View File

@ -53,7 +53,7 @@ ares_parse_txt_reply (const unsigned char *abuf, int alen,
/* Set *txt_out to NULL for all failure cases. */ /* Set *txt_out to NULL for all failure cases. */
*txt_out = NULL; *txt_out = NULL;
/* Same with *nsrvreply. */ /* Same with *ntxtreply. */
*ntxtreply = 0; *ntxtreply = 0;
/* Give up if abuf doesn't have room for a header. */ /* Give up if abuf doesn't have room for a header. */