summaryrefslogtreecommitdiff
path: root/syncRouteCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'syncRouteCommand.h')
-rw-r--r--syncRouteCommand.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/syncRouteCommand.h b/syncRouteCommand.h
index 30464df..fa66322 100644
--- a/syncRouteCommand.h
+++ b/syncRouteCommand.h
@@ -24,8 +24,9 @@ private:
{
Lock lock(gRoutingTable.getMutex());
ar & addr_;
- u_int16_t & mux (gRoutingTable.getOrNewRoutingTEUnlocked(addr_));
- ar & mux;
+// u_int16_t & mux (gRoutingTable.getOrNewRoutingTEUnlocked(addr_));
+// ar & mux;
+ ar & gRoutingTable.getOrNewRoutingTEUnlocked(addr_);
};
};