FS-12042: [sofia-sip] Fix typo in sresolv.
This commit is contained in:
parent
6f62194af7
commit
583bf0441d
|
@ -1 +1 @@
|
|||
Mon Aug 19 16:25:57 CDT 2019
|
||||
Mon Sep 09 11:45:57 CDT 2019
|
||||
|
|
|
@ -904,7 +904,7 @@ sres_sip_log_answers(sres_sip_t *srs,
|
|||
SU_DEBUG_5(("srs(%p): %s IN CNAME %s\n", (void *)srs, domain, cname));
|
||||
}
|
||||
#if SU_HAVE_IN6
|
||||
else if (type == sres_type_cname) {
|
||||
else if (type == sres_type_aaaa) {
|
||||
sres_aaaa_record_t const *aaaa = sr->sr_aaaa;
|
||||
su_inet_ntop(AF_INET6, &aaaa->aaaa_addr, addr, sizeof(addr));
|
||||
SU_DEBUG_5(("srs(%p): %s IN AAAA %s\n", (void *)srs, domain, addr));
|
||||
|
|
Loading…
Reference in New Issue