diff --git a/Kernel/Net/Routing.h b/Kernel/Net/Routing.h index 82ae87895b..131237336b 100644 --- a/Kernel/Net/Routing.h +++ b/Kernel/Net/Routing.h @@ -5,7 +5,7 @@ struct RoutingDecision { WeakPtr adapter; - const MACAddress& next_hop; + MACAddress next_hop; }; RoutingDecision route_to(const IPv4Address& target, const IPv4Address& source);