mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-02-16 02:20:41 +00:00
fix
This commit is contained in:
Submodule libs/hbb_common updated: 3a1ef5db98...002939a103
@@ -7,6 +7,8 @@ use hbbs::*;
|
||||
use ini::Ini;
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
const LICENSE_KEY: &'static str = "";
|
||||
|
||||
fn main() -> ResultType<()> {
|
||||
init_from_env(Env::default().filter_or(DEFAULT_FILTER_ENV, "info"));
|
||||
let args = format!(
|
||||
@@ -83,7 +85,7 @@ fn main() -> ResultType<()> {
|
||||
serial,
|
||||
rendezvous_servers,
|
||||
get_arg("software-url", ""),
|
||||
"",
|
||||
LICENSE_KEY,
|
||||
stop,
|
||||
)?;
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user