mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 15:32:45 +00:00
Actually implement rev 1.12 for host names and NIS domain names. We
were removing the invalid option, but still rejecting the lease. Reported by: Yoshihiko Sarumaru <mistral at imasy dot or dot jp>
This commit is contained in:
parent
6d38c5ad80
commit
a0b5cadc42
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166330
@ -2318,7 +2318,6 @@ check_option(struct client_lease *l, int option)
|
||||
sbuf, opbuf);
|
||||
l->options[option].len = 0;
|
||||
free(l->options[option].data);
|
||||
return (0);
|
||||
}
|
||||
return (1);
|
||||
case DHO_DOMAIN_NAME:
|
||||
|
Loading…
Reference in New Issue
Block a user