]> git.ipfire.org Git - thirdparty/asterisk.git/commit
utils.c: Remove all usages of ast_gethostbyname()
authorSean Bright <sean.bright@gmail.com>
Fri, 24 Dec 2021 16:26:31 +0000 (11:26 -0500)
committerKevin Harwell <kharwell@digium.com>
Thu, 6 Jan 2022 20:07:05 +0000 (14:07 -0600)
commit0bbef4d8c5aabbd5d48475fe97bdcf3988ae3a1d
tree2c0ccbc3d14e0995edeb4aeb607558aa8d1542cc
parent54f2f1e027df1e0d2d86e1c3475a9b7240cc1d3a
utils.c: Remove all usages of ast_gethostbyname()

gethostbyname() and gethostbyname_r() are deprecated in favor of
getaddrinfo() which we use in the ast_sockaddr family of functions.

ASTERISK-29819 #close

Change-Id: Ie277c0ef768d753b169c121ef570a71665692ab7
addons/ooh323c/src/ooSocket.c
apps/app_festival.c
channels/chan_mgcp.c
channels/chan_skinny.c
channels/chan_unistim.c
channels/iax2/provision.c
main/config.c