Files
RedBear-OS/dhcpd
Red Bear OS 24ee3bb140 dhcpd: fix String -> &str type mismatch in dhcp() call
The dhcp() function takes iface: &str but main() was passing
an owned String. Add & to coerce to &str. Fixes E0308
'mismatched types' during canonical build.
2026-07-26 20:53:45 +09:00
..