Branch: refs/heads/remove_ntoa Home: https://github.com/kronosnet/kronosnet Commit: e9e0ac9bd515d5004889ac00d45eff89f7b7fa3f https://github.com/kronosnet/kronosnet/commit/e9e0ac9bd515d5004889ac00d45eff... Author: Christine Caulfield ccaulfie@redhat.com Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths: M libnozzle/internals.c
Log Message: ----------- [nozzle] Remove inet_ntoa() call
inet_ntoa() is deprecated in favour of inet_ntop() (see man page for inet_ntop()).