mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 23:11:29 +03:00
typo
This commit is contained in:
@@ -43,7 +43,7 @@ pub struct RendezvousMediator {
|
|||||||
impl RendezvousMediator {
|
impl RendezvousMediator {
|
||||||
pub fn restart() {
|
pub fn restart() {
|
||||||
SHOULD_EXIT.store(true, Ordering::SeqCst);
|
SHOULD_EXIT.store(true, Ordering::SeqCst);
|
||||||
log::info!("server restar");
|
log::info!("server restart");
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn start_all() {
|
pub async fn start_all() {
|
||||||
|
|||||||
Reference in New Issue
Block a user