From 42b921f09a3178d308ec9f3b3ac605fd95f26bc0 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 29 Feb 2008 14:46:07 +0000 Subject: route --- syncRouteCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syncRouteCommand.h') 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_))); }; }; -- cgit v1.2.3