summaryrefslogtreecommitdiff
path: root/syncRouteCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'syncRouteCommand.h')
-rw-r--r--syncRouteCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncRouteCommand.h b/syncRouteCommand.h
index fa66322..e8d1550 100644
--- a/syncRouteCommand.h
+++ b/syncRouteCommand.h
@@ -26,7 +26,7 @@ private:
ar & addr_;
// u_int16_t & mux (gRoutingTable.getOrNewRoutingTEUnlocked(addr_));
// ar & mux;
- ar & gRoutingTable.getOrNewRoutingTEUnlocked(addr_);
+ ar & (*(gRoutingTable.getOrNewRoutingTEUnlocked(addr_)));
};
};