summaryrefslogtreecommitdiff
path: root/syncRouteCommand.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-29 14:09:48 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-29 14:09:48 +0000
commit71277e2059b4dc535acade644528cf25ef5e07c2 (patch)
tree997ddd89cbd4bc19aa20a2f42b42746db6905c92 /syncRouteCommand.h
parenttesting (diff)
routing mux fix
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 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;
};
};