From 1342ccd5dcea3dae831b8209d4cadfaf327d17ce Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Mon, 22 Dec 2008 21:55:03 +0000 Subject: cleaner naming for updateRoutingTreeUnlocked now --- src/syncRouteCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/syncRouteCommand.h') 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_); }; }; -- cgit v1.2.3