summaryrefslogtreecommitdiff
path: root/syncRouteCommand.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-29 14:46:07 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-29 14:46:07 +0000
commit42b921f09a3178d308ec9f3b3ac605fd95f26bc0 (patch)
tree71d0d2503569790d58225185c529353a83fd43f7 /syncRouteCommand.h
parentoutput route on anytun-showtables; (diff)
route
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_)));
};
};