summaryrefslogtreecommitdiff
path: root/src/syncRouteCommand.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-12-22 21:55:03 +0000
committerOthmar Gsenger <otti@anytun.org>2008-12-22 21:55:03 +0000
commit1342ccd5dcea3dae831b8209d4cadfaf327d17ce (patch)
tree6e67aada9012472fad53567c9778bf91317ef042 /src/syncRouteCommand.h
parentupdateRouteTree has to stay unlocked (is only called within locked routines s... (diff)
cleaner naming for updateRoutingTreeUnlocked now
Diffstat (limited to 'src/syncRouteCommand.h')
-rw-r--r--src/syncRouteCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syncRouteCommand.h b/src/syncRouteCommand.h
index 2f64987..5bef2f9 100644
--- a/src/syncRouteCommand.h
+++ b/src/syncRouteCommand.h
@@ -57,7 +57,7 @@ private:
// u_int16_t & mux (gRoutingTable.getOrNewRoutingTEUnlocked(addr_));
// ar & mux;
ar & (*(gRoutingTable.getOrNewRoutingTEUnlocked(addr_)));
- gRoutingTable.updateRouteTree(addr_);
+ gRoutingTable.updateRouteTreeUnlocked(addr_);
};
};