Use getaddrinfo() instead of gethostbyname()
Closed this issue · 1 comments
alexander-naumov commented
OBS build reports warning:
pam2control.x86_64: I: binary-or-shlib-calls-gethostbyname /lib64/security/pam2control.so
The binary calls gethostbyname(). Please port the code to use getaddrinfo().
alexander-naumov commented
fixed