Use inet_ntop(3) in nodeIp2String & clusterCommand
Replace inet_ntoa(3) calls with the more future proof inet_ntop(3) function which is capable of handling additional address families.
Please register or sign in to comment
Replace inet_ntoa(3) calls with the more future proof inet_ntop(3) function which is capable of handling additional address families.