mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-05-25 23:59:15 +00:00
license
This commit is contained in:
@@ -17,6 +17,6 @@ fn main() -> ResultType<()> {
|
||||
.args_from_usage(&args)
|
||||
.get_matches();
|
||||
let stop: Arc<Mutex<bool>> = Default::default();
|
||||
start(matches.value_of("port").unwrap_or(DEFAULT_PORT), stop)?;
|
||||
start(matches.value_of("port").unwrap_or(DEFAULT_PORT), "", stop)?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user