Mechanically change inet_aton to inet_pton.
authorflorian <florian@openbsd.org>
Tue, 27 Aug 2024 06:06:14 +0000 (06:06 +0000)
committerflorian <florian@openbsd.org>
Tue, 27 Aug 2024 06:06:14 +0000 (06:06 +0000)
commit84b182f83193a15fb93e0dd8d215cf9b69230f42
treecf21dcf323f399e3fa5d824d4e20e1c1fce58bcd
parentbda27a8758997cef2f91e78e3ee8799319b255ff
Mechanically change inet_aton to inet_pton.

Documentation says IP addresses are not truncated, so the parser can
be stricter and only accept dotted IP addresses.

OK yasuoka
usr.sbin/radiusd/radiusd_ipcp.c