mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
Add include for stddef.h and remove an extra space from dhcrelay.c
This commit is contained in:
@@ -1483,7 +1483,7 @@ process_down6(struct packet *packet) {
|
||||
if (!evaluate_option_cache(&relay_msg, packet, NULL, NULL,
|
||||
packet->options, NULL,
|
||||
&global_scope, oc, MDL) ||
|
||||
(relay_msg.len < offsetof (struct dhcpv6_packet, options))) {
|
||||
(relay_msg.len < offsetof(struct dhcpv6_packet, options))) {
|
||||
log_error("Can't evaluate relay-msg.");
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user