diff --git a/acl.c b/acl.c index 1c06ff8dbfa80fba80062c2b9c47da2bfc6819c1..dbc2065dd80ffebce923a102a99d87b16b46bf4e 100755 --- a/acl.c +++ b/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");