Branch: refs/heads/remove_ntoa Home: https://github.com/kronosnet/kronosnet Commit: fbe6269e250a234e43f646bca1f02614175e3155 https://github.com/kronosnet/kronosnet/commit/fbe6269e250a234e43f646bca1f026... 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()).