commit | d7cffba6f4ce7b735f88e9b16e728dd3ccbb94a0 | [log] [tgz] |
---|---|---|
author | Zimuzo Ezeozue <zezeozue@google.com> | Wed Sep 04 21:15:46 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Sep 04 21:15:46 2019 +0000 |
tree | a6659cfb0d9bb7b6a169a54435cfbf517d002c7a | |
parent | 1711236e02b8083f7c123a532a028e2a849364d2 [diff] | |
parent | 23edfac445f17daac50f5206e626164c6e073753 [diff] |
Merge "Fix fdsan check"
diff --git a/VolumeManager.cpp b/VolumeManager.cpp index 2eb1ed5..adb4a5c 100644 --- a/VolumeManager.cpp +++ b/VolumeManager.cpp
@@ -395,6 +395,7 @@ auto symlinkInfo = new std::pair<std::string, std::string>(source, target); std::thread(symlinkPrimary, symlinkInfo).detach(); + return 0; } std::string source(mPrimary->getPath());