mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2024-11-27 14:59:21 +08:00
fix clippy
This commit is contained in:
parent
1557203912
commit
d48913d7b5
@ -438,7 +438,7 @@ impl Config {
|
||||
let org = ORG.read().unwrap().clone();
|
||||
// /var/root for root
|
||||
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());
|
||||
path.push(p);
|
||||
|
Loading…
Reference in New Issue
Block a user