mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-05-19 16:10:38 +00:00
fix clippy
This commit is contained in:
@@ -438,7 +438,7 @@ impl Config {
|
|||||||
let org = ORG.read().unwrap().clone();
|
let org = ORG.read().unwrap().clone();
|
||||||
// /var/root for root
|
// /var/root for root
|
||||||
if let Some(project) =
|
if let Some(project) =
|
||||||
directories_next::ProjectDirs::from("", org, &APP_NAME.read().unwrap())
|
directories_next::ProjectDirs::from("", &org, &APP_NAME.read().unwrap())
|
||||||
{
|
{
|
||||||
let mut path = patch(project.config_dir().to_path_buf());
|
let mut path = patch(project.config_dir().to_path_buf());
|
||||||
path.push(p);
|
path.push(p);
|
||||||
|
|||||||
Reference in New Issue
Block a user