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());