ClusterLabs / cluster-glue

Reusable Cluster Components ("glue")
http://clusterlabs.org/
GNU General Public License v2.0
18 stars 28 forks source link

Convert use of gethostbyname() to use getaddrinfo() #4

Closed krig closed 8 years ago

krig commented 8 years ago

Since gethostbyname is deprecated and considered unsafe, I converted the uses I found to getaddrinfo() instead.

I haven't tested these changes beyond compiling, so please don't merge blindly. :)