diff options
Diffstat (limited to 'src/syncRouteCommand.h')
-rw-r--r-- | src/syncRouteCommand.h | 2 |
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_); }; }; |