diff --git a/interfaces/kits/js/src/mod_fs/properties/connectdfs_core.cpp b/interfaces/kits/js/src/mod_fs/properties/connectdfs_core.cpp index 999a460b83a848d81acdff48abae8b3c9b7d8a0c..8bc0343a9919b0ed17f1b4d69e02c47c34c1b562 100644 --- a/interfaces/kits/js/src/mod_fs/properties/connectdfs_core.cpp +++ b/interfaces/kits/js/src/mod_fs/properties/connectdfs_core.cpp @@ -42,6 +42,7 @@ FsResult ConnectDfsCore::ConnectDfsExec(const std::string &networkId, sptr HILOGE("Fail to openp2pconnection"); return FsResult::Error(result); } + return FsResult::Success(); }