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:
Brooks Davis 2007-01-29 15:55:13 +00:00
parent 6d38c5ad80
commit a0b5cadc42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166330

View File

@ -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: