diff options
Diffstat (limited to 'Kernel/Net/Routing.h')
-rw-r--r-- | Kernel/Net/Routing.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<NetworkAdapter> adapter; - const MACAddress& next_hop; + MACAddress next_hop; }; RoutingDecision route_to(const IPv4Address& target, const IPv4Address& source); |