mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-06-22 10:02:20 +00:00
fix #3263
This commit is contained in:
parent
77021a7328
commit
d18fc32f63
1 changed files with 1 additions and 2 deletions
|
|
@ -2213,8 +2213,7 @@ pub fn check_if_retry(msgtype: &str, title: &str, text: &str, retry_for_relay: b
|
|||
&& !text.to_lowercase().contains("mismatch")
|
||||
&& !text.to_lowercase().contains("manually")
|
||||
&& !text.to_lowercase().contains("not allowed")
|
||||
&& !text.to_lowercase().contains("as expected")
|
||||
&& !text.to_lowercase().contains("reset by the peer")))
|
||||
&& !text.to_lowercase().contains("as expected")))
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue