mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Formatting.
This commit is contained in:
@@ -3252,7 +3252,7 @@ unsigned int relay_reply4(struct dhcp_packet *mess, size_t sz, char *arrival_int
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (mess->giaddr.s_addr == relay->local.addr4.s_addr)
|
else if (mess->giaddr.s_addr == relay->local.addr4.s_addr)
|
||||||
return_iface = relay->iface_index;
|
return_iface = relay->iface_index;
|
||||||
|
|
||||||
if (return_iface && (!relay->interface || wildcard_match(relay->interface, arrival_interface)))
|
if (return_iface && (!relay->interface || wildcard_match(relay->interface, arrival_interface)))
|
||||||
return return_iface;
|
return return_iface;
|
||||||
|
|||||||
Reference in New Issue
Block a user