eggdrop icon indicating copy to clipboard operation
eggdrop copied to clipboard

inet_aton() -> inet_pton()

Open michaelortmann opened this issue 2 years ago • 0 comments

Found by: michaelortmann Patch by: michaelortmann Fixes:

One-line summary: inet_aton() -> inet_pton()

Additional description (if needed): inet_pton() is POSIX 2001 and additionally supports IPV6 other egg_inet_aton() / inet_aton() calls within eggdrop were already replaced with inet_pton This PR fixes the rest / module API

Test cases demonstrating functionality (if applicable):

michaelortmann avatar Jul 25 '23 14:07 michaelortmann