Skip to content
Snippets Groups Projects
Commit 75022f6b authored by Jenkins2's avatar Jenkins2 Committed by Gerrit Code Review
Browse files

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

parents 2ec38868 4398aa8f
No related branches found
No related tags found
No related merge requests found
...@@ -33288,7 +33288,7 @@ static int reload_config(enum channelreloadreason reason) ...@@ -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(&bindaddr, &sip_tls_desc.local_address) &&
ast_sockaddr_cmp_addr(&sip_tcp_desc.local_address, ast_sockaddr_cmp_addr(&sip_tcp_desc.local_address,
&sip_tls_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); SIP_DOMAIN_AUTO, NULL);
} }
   
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment