mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-04 03:49:25 +08:00
remove a compile warn
This commit is contained in:
parent
0bc0d489d6
commit
e1bc6e34b3
@ -78,7 +78,7 @@ pub enum FS {
|
||||
WriteError {
|
||||
id: i32,
|
||||
file_num: i32,
|
||||
err: String
|
||||
err: String,
|
||||
},
|
||||
WriteOffset {
|
||||
id: i32,
|
||||
@ -544,7 +544,7 @@ async fn check_pid(postfix: &str) {
|
||||
}
|
||||
}
|
||||
}
|
||||
std::fs::remove_file(&Config::ipc_path(postfix));
|
||||
std::fs::remove_file(&Config::ipc_path(postfix)).ok();
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
Loading…
Reference in New Issue
Block a user