Formatting. v2.92test21
authorSimon Kelley <simon@thekelleys.org.uk>
Thu, 21 Aug 2025 21:13:43 +0000 (22:13 +0100)
committerSimon Kelley <simon@thekelleys.org.uk>
Thu, 21 Aug 2025 21:13:43 +0000 (22:13 +0100)
src/rfc2131.c

index a15b78c..9ff28da 100644 (file)
@@ -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)
-           return_iface = relay->iface_index;
+       return_iface = relay->iface_index;
       
       if (return_iface && (!relay->interface || wildcard_match(relay->interface, arrival_interface)))
        return return_iface;