Merge pull request #1813 in FS/freeswitch from bugfix/FS-12042-sofia-sip-fix-leaks-in-stun-and-a-typo-in-sresolv to master
* commit '583bf0441d8d6730d4570cad9cc6f93d3c955394': FS-12042: [sofia-sip] Fix typo in sresolv.
This commit is contained in:
commit
75cfacf4c2
|
@ -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