mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	Rely on ast_gethostbyname to handle IP addresses, not inet_aton. (issue #9056 reported by pj)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@54749 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -230,8 +230,6 @@ int ast_get_ip_or_srv(struct sockaddr_in *sin, const char *value, const char *se | ||||
| 	char srv[256]; | ||||
| 	char host[256]; | ||||
| 	int tportno = ntohs(sin->sin_port); | ||||
| 	if (inet_aton(value, &sin->sin_addr)) | ||||
| 		return 0; | ||||
| 	if (service) { | ||||
| 		snprintf(srv, sizeof(srv), "%s.%s", service, value); | ||||
| 		if (ast_get_srv(NULL, host, sizeof(host), &tportno, srv) > 0) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user