summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--syncRouteCommand.h2
1 files changed, 1 insertions, 1 deletions
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;
};
};