diff --git a/services/distributedfiledaemon/src/device/device_manager_agent.cpp b/services/distributedfiledaemon/src/device/device_manager_agent.cpp index 535f730bf2bc2c5d296a97d49d29fa222ae08363..e1030be658e8be8d5dd98a922da0a73753a224e0 100644 --- a/services/distributedfiledaemon/src/device/device_manager_agent.cpp +++ b/services/distributedfiledaemon/src/device/device_manager_agent.cpp @@ -475,7 +475,7 @@ int32_t DeviceManagerAgent::MountDfsDocs(const std::string &networkId, const std LOGE("storageMgrProxy_ is null"); return INVALID_USER_ID; } - ret = storageMgrProxy_->MountDfsDocs(userId, "account", networkId, deviceId); + ret = storageMgrProxy_->MountDfsDocs(userId, "account", networkId, deviceId, false); if (ret != NO_ERROR) { LOGE("MountDfsDocs fail, ret = %{public}d", ret); } else {