dhcpv4: remove one more variable from dhcpv4_handle_msg()
authorDavid Härdeman <[email protected]>
Mon, 6 Oct 2025 08:47:35 +0000 (10:47 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Tue, 21 Oct 2025 17:04:51 +0000 (19:04 +0200)
commit18c1b02bdc2080f907b125c1169f5b471c14b43c
treeb0c855d4b62a6356efde65b4de0deba428829259
parent6fd691ff29cd33fc0bd0242b5bda4060fe688057
dhcpv4: remove one more variable from dhcpv4_handle_msg()

It's only used once, and there's no lack of variables to keep track of in
dhcpv4_handle_msg().

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