Skip to content

Commit

Permalink
Fix DHCP HTTPBoot w/static maps. Fixes #13573
Browse files Browse the repository at this point in the history
jim-p committed Apr 14, 2023
1 parent 0ba1a7e commit e5e1e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/inc/services.inc
Original file line number Diff line number Diff line change
@@ -1399,7 +1399,7 @@ EOD;
}
$idx++;
}
if (!empty($poolconf['uefihttpboot']) && isset($poolconf['netboot']) && !$httpclient) {
if (!empty($sm['uefihttpboot']) && isset($sm['netboot']) && !$httpclient) {
$dhcpdconf .= " option custom-s_{$dhcpif}_{$i}-{$idx} \"HTTPClient\";\n";
}

0 comments on commit e5e1e8f

Please sign in to comment.