eggdrop
eggdrop copied to clipboard
inet_aton() -> inet_pton()
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):