mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Dhcp HostName isn't mandatory.
Fixes nat networking in vbox. svn path=/trunk/; revision=41362
This commit is contained in:
@@ -1961,11 +1961,9 @@ check_option(struct client_lease *l, int option)
|
||||
case DHO_HOST_NAME:
|
||||
case DHO_DOMAIN_NAME:
|
||||
case DHO_NIS_DOMAIN:
|
||||
if (!res_hnok(sbuf)) {
|
||||
if (!res_hnok(sbuf))
|
||||
warning("Bogus Host Name option %d: %s (%s)", option,
|
||||
sbuf, opbuf);
|
||||
return (0);
|
||||
}
|
||||
return (1);
|
||||
case DHO_PAD:
|
||||
case DHO_TIME_OFFSET:
|
||||
|
||||
Reference in New Issue
Block a user