summaryrefslogtreecommitdiff
path: root/syncRouteCommand.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-29 14:28:28 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-29 14:28:28 +0000
commit50fbb573f4ce7614fd8b730f9d5991904a7fb75c (patch)
treedb5b8e6f51d615c5cac8b680be2566d9fbc617f5 /syncRouteCommand.h
parentrouting mux fix (diff)
routing
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_);
};
};