dhcpv4: define val where it is used in dhcpv4_setup_interface()
authorDavid Härdeman <[email protected]>
Fri, 17 Oct 2025 11:59:37 +0000 (13:59 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Sun, 23 Nov 2025 19:05:03 +0000 (20:05 +0100)
commit5b7cfef774fb592164664c5f81bc620c61a9d214
treefc74f70dcc367977a3d8646717ef122568171dd6
parent3c32b27d8bab7547f48f6bfbfcc3847ccca24894
dhcpv4: define val where it is used in dhcpv4_setup_interface()

This makes it a tiny bit easier to see immediately what "val" is.

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