mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-07 20:30:08 +03:00
fix #4218
This commit is contained in:
@@ -848,7 +848,6 @@ pub async fn post_request(url: String, body: String, header: &str) -> ResultType
|
||||
#[cfg(target_os = "linux")]
|
||||
{
|
||||
let mut data = vec![
|
||||
"curl",
|
||||
"-sS",
|
||||
"-X",
|
||||
"POST",
|
||||
|
||||
Reference in New Issue
Block a user