sahlberg / libiscsi

iscsi client library and utilities
Other
192 stars 165 forks source link

Use of deprecated inet_ntoa #420

Open martinhoyer opened 4 months ago

martinhoyer commented 4 months ago

Looking at inet_ntop manpage: "inet_ntoa is now considered to be deprecatedin favor of inet_ntop()."
Causes to fail Fedora rpminspect linting

For reference, open-iscsi fixed this in https://github.com/open-iscsi/open-iscsi/pull/435