diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-02-29 14:28:28 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-02-29 14:28:28 +0000 |
commit | 50fbb573f4ce7614fd8b730f9d5991904a7fb75c (patch) | |
tree | db5b8e6f51d615c5cac8b680be2566d9fbc617f5 /syncRouteCommand.h | |
parent | routing mux fix (diff) |
routing
Diffstat (limited to 'syncRouteCommand.h')
-rw-r--r-- | syncRouteCommand.h | 5 |
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_); }; }; |