11 lines
419 B
Plaintext
11 lines
419 B
Plaintext
--- client/dhclient.c
|
|
+++ client/dhclient.c 2008/09/12 11:37:53
|
|
@@ -2156,7 +2156,6 @@
|
|
(struct option_state *)0, options,
|
|
&global_scope, 0, 0, 0, (struct data_string *)0,
|
|
client -> config -> vendor_space_name);
|
|
- option_state_dereference (&options, MDL);
|
|
if (client -> packet_length < BOOTP_MIN_LEN)
|
|
client -> packet_length = BOOTP_MIN_LEN;
|
|
option_state_dereference (&options, MDL);
|