From 71277e2059b4dc535acade644528cf25ef5e07c2 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 29 Feb 2008 14:09:48 +0000 Subject: routing mux fix --- syncRouteCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syncRouteCommand.h') diff --git a/syncRouteCommand.h b/syncRouteCommand.h index a8e0e23..30464df 100644 --- a/syncRouteCommand.h +++ b/syncRouteCommand.h @@ -24,7 +24,7 @@ private: { Lock lock(gRoutingTable.getMutex()); ar & addr_; - u_int16_t & mux = gRoutingTable.getOrNewRoutingTEUnlocked(addr_); + u_int16_t & mux (gRoutingTable.getOrNewRoutingTEUnlocked(addr_)); ar & mux; }; }; -- cgit v1.2.3