mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Fix bindaddr on IAX (bug #3366)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4833 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
1
acl.c
1
acl.c
@@ -378,6 +378,7 @@ struct ast_netsock *ast_netsock_bind(struct ast_netsock_list *list, struct io_co
|
||||
if ((portno = atoi(port)) > 0)
|
||||
sin.sin_port = htons(portno);
|
||||
}
|
||||
inet_aton(tmp, &sin.sin_addr);
|
||||
return ast_netsock_bindaddr(list, ioc, &sin, tos, callback, data);
|
||||
} else
|
||||
ast_log(LOG_WARNING, "Out of memory!\n");
|
||||
|
Reference in New Issue
Block a user