dhcpv4: replace ip4toa() with inet_ntop()
authorDavid Härdeman <[email protected]>
Wed, 24 Sep 2025 13:11:26 +0000 (15:11 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Fri, 3 Oct 2025 10:53:41 +0000 (12:53 +0200)
commit869e2942f3f1484693b1d0937d387355e0a686cb
treeb7d8a1598bc1c337723dc4dcd9f7fd2c067f266d
parent0cf95c471d779cd3d4da661d31d53ec215e66d44
dhcpv4: replace ip4toa() with inet_ntop()

Replace custom ip4toa() function with inet_ntop().

Signed-off-by: David Härdeman <[email protected]>
Link: https://github.com/openwrt/odhcpd/pull/264
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/dhcpv4.c