mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-03 08:15:25 +00:00
Merge branch 'master' of https://github.com/open-trade/hbbs into master
This commit is contained in:
commit
3da8c8a1cd
@ -1 +1 @@
|
|||||||
Subproject commit 3a1ef5db98239175384aa8034a27e387bbcb8816
|
Subproject commit 002939a1037c786d2651a779492a7c813ea4e54a
|
@ -7,6 +7,8 @@ use hbbs::*;
|
|||||||
use ini::Ini;
|
use ini::Ini;
|
||||||
use std::sync::{Arc, Mutex};
|
use std::sync::{Arc, Mutex};
|
||||||
|
|
||||||
|
const LICENSE_KEY: &'static str = "";
|
||||||
|
|
||||||
fn main() -> ResultType<()> {
|
fn main() -> ResultType<()> {
|
||||||
init_from_env(Env::default().filter_or(DEFAULT_FILTER_ENV, "info"));
|
init_from_env(Env::default().filter_or(DEFAULT_FILTER_ENV, "info"));
|
||||||
let args = format!(
|
let args = format!(
|
||||||
@ -83,7 +85,7 @@ fn main() -> ResultType<()> {
|
|||||||
serial,
|
serial,
|
||||||
rendezvous_servers,
|
rendezvous_servers,
|
||||||
get_arg("software-url", ""),
|
get_arg("software-url", ""),
|
||||||
"",
|
LICENSE_KEY,
|
||||||
stop,
|
stop,
|
||||||
)?;
|
)?;
|
||||||
Ok(())
|
Ok(())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user