fix comment

pull/590/head
Brad House 1 year ago
parent 06f162893c
commit 3326d331d1
  1. 2
      src/lib/ares_parse_srv_reply.c

@ -73,7 +73,7 @@ int ares_parse_srv_reply(const unsigned char *abuf, int alen_int,
continue; continue;
} }
/* Allocate storage for this URI answer appending it to the list */ /* Allocate storage for this SRV answer appending it to the list */
srv_curr = ares_malloc_data(ARES_DATATYPE_SRV_REPLY); srv_curr = ares_malloc_data(ARES_DATATYPE_SRV_REPLY);
if (srv_curr == NULL) { if (srv_curr == NULL) {
status = ARES_ENOMEM; status = ARES_ENOMEM;

Loading…
Cancel
Save