diff options
| author | Grant Limberg <glimberg@gmail.com> | 2015-05-04 20:12:26 -0700 |
|---|---|---|
| committer | Grant Limberg <glimberg@gmail.com> | 2015-05-04 20:12:26 -0700 |
| commit | bdc5b3d3a509306b2da3548b4d4ac573eb393c61 (patch) | |
| tree | 887a80183023f027ee85cb625f5a6542a6a3d839 /node/Node.cpp | |
| parent | e28712555d87c10965a8dcd46da6800a4f2e6326 (diff) | |
| parent | 40f312a827ffecf7d5a233ee5d13b0a3bc88e8a6 (diff) | |
| download | infinitytier-bdc5b3d3a509306b2da3548b4d4ac573eb393c61.tar.gz infinitytier-bdc5b3d3a509306b2da3548b4d4ac573eb393c61.zip | |
Merge branch 'adamierymenko-dev' into android-jni
Diffstat (limited to 'node/Node.cpp')
| -rw-r--r-- | node/Node.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Node.cpp b/node/Node.cpp index 7d5bbe8b..654465e8 100644 --- a/node/Node.cpp +++ b/node/Node.cpp @@ -264,6 +264,7 @@ ZT1_ResultCode Node::processBackgroundTasks(uint64_t now,volatile uint64_t *next try { RR->topology->clean(now); + RR->sa->clean(now); } catch ( ... ) { return ZT1_RESULT_FATAL_ERROR_INTERNAL; } |
