summaryrefslogtreecommitdiff
path: root/Kernel/Net
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Net')
-rw-r--r--Kernel/Net/Routing.h2
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);