mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 02:01:29 +03:00
fix a potential crash
This commit is contained in:
@@ -844,7 +844,7 @@ async fn check_software_update_() -> hbb_common::ResultType<()> {
|
|||||||
.path()
|
.path()
|
||||||
.rsplit('/')
|
.rsplit('/')
|
||||||
.next()
|
.next()
|
||||||
.unwrap();
|
.unwrap_or_default();
|
||||||
|
|
||||||
let response_url = latest_release_response.url().to_string();
|
let response_url = latest_release_response.url().to_string();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user