From a0b5cadc42018cf3289d8c7b17955b4a2eb2389a Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Mon, 29 Jan 2007 15:55:13 +0000 Subject: [PATCH] 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(-) diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c index ce4056261ab8..4fa55edd958f 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: