Merge "chan_sip: Fix a typo for tlsbindaddr in autodomain (SIP Domain Support)."

This commit is contained in:
Jenkins2 2017-07-05 16:37:39 -05:00 committed by Gerrit Code Review
commit 75022f6b11
1 changed files with 1 additions and 1 deletions

View File

@ -33288,7 +33288,7 @@ static int reload_config(enum channelreloadreason reason)
ast_sockaddr_cmp_addr(&bindaddr, &sip_tls_desc.local_address) &&
ast_sockaddr_cmp_addr(&sip_tcp_desc.local_address,
&sip_tls_desc.local_address)) {
add_sip_domain(ast_sockaddr_stringify_addr(&sip_tcp_desc.local_address),
add_sip_domain(ast_sockaddr_stringify_addr(&sip_tls_desc.local_address),
SIP_DOMAIN_AUTO, NULL);
}