mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
@@ -244,7 +244,7 @@ int parse_option_buffer (options, buffer, length, universe)
|
||||
|
||||
nop->data.buffer = NULL;
|
||||
buffer_reference(&nop->data.buffer, bp, MDL);
|
||||
nop->data.data = bp->data;
|
||||
nop->data.data = bp->data + offset;
|
||||
nop->data.len = len;
|
||||
|
||||
option_cache_reference(&op->next, nop, MDL);
|
||||
|
Reference in New Issue
Block a user