mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Merge "chan_sip: Fix a typo for tlsbindaddr in autodomain (SIP Domain Support)."
This commit is contained in:
		| @@ -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); | ||||
| 		} | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user