diff options
Diffstat (limited to 'sbin/dhclient/options.c')
-rw-r--r-- | sbin/dhclient/options.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/dhclient/options.c b/sbin/dhclient/options.c index e77d2215296..b6e571fa456 100644 --- a/sbin/dhclient/options.c +++ b/sbin/dhclient/options.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options.c,v 1.10 2004/05/04 22:23:01 mickey Exp $ */ +/* $OpenBSD: options.c,v 1.11 2004/05/06 22:29:15 deraadt Exp $ */ /* DHCP options parsing and reassembly. */ @@ -377,10 +377,6 @@ store_options(unsigned char *buffer, int buflen, struct tree_cache **options, continue; option_stored[code] = 1; - /* Find the value of the option... */ - if (!tree_evaluate(options[code])) - continue; - /* We should now have a constant length for the option. */ length = options[code]->len; |