mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-03-11 22:54:41 +08:00
working on new version
This commit is contained in:
@@ -47,7 +47,7 @@ fn main() -> ResultType<()> {
|
||||
}
|
||||
return default.to_owned();
|
||||
};
|
||||
if !lic::check_lic(&get_arg("email", "")) {
|
||||
if !lic::check_lic(&get_arg("email", ""), crate::VERSION) {
|
||||
return Ok(());
|
||||
}
|
||||
let port = get_arg("port", DEFAULT_PORT);
|
||||
|
||||
Reference in New Issue
Block a user