From 68bfc5b67867dc6e00ff341434b51fac8bfbf21e Mon Sep 17 00:00:00 2001 From: brooks Date: Mon, 29 Jan 2007 15:55:13 +0000 Subject: 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 --- sbin/dhclient/dhclient.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sbin/dhclient/dhclient.c') diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c index ce40562..4fa55ed 100644 --- a/sbin/dhclient/dhclient.c +++ b/sbin/dhclient/dhclient.c @@ -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: -- cgit v1.1