2
0
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:
Shawn Routhier
2010-02-02 19:58:18 +00:00
parent 3da71461ce
commit 69c1bf48d3
2 changed files with 2 additions and 1 deletions

View File

@@ -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;
}