mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
remove PUBLIC_RS_PUB_KE
This commit is contained in:
parent
25f917a7b4
commit
5fc8e8c428
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 79f8ac2d68e7b3304773c553f91f1de825bacdf5
|
||||
Subproject commit 97266d7c180feef8b43726ea6fcb4491e3fd8752
|
|
@ -37,7 +37,7 @@ use hbb_common::{
|
|||
bail,
|
||||
config::{
|
||||
self, Config, LocalConfig, PeerConfig, PeerInfoSerde, Resolution, CONNECT_TIMEOUT,
|
||||
PUBLIC_RS_PUB_KEY, READ_TIMEOUT, RELAY_PORT, RENDEZVOUS_PORT, RENDEZVOUS_SERVERS,
|
||||
READ_TIMEOUT, RELAY_PORT, RENDEZVOUS_PORT, RENDEZVOUS_SERVERS,
|
||||
},
|
||||
get_version_number, log,
|
||||
message_proto::{option_message::BoolOption, *},
|
||||
|
@ -1475,7 +1475,7 @@ impl LoginConfigHandler {
|
|||
let server = server_key.next().unwrap_or_default();
|
||||
let args = server_key.next().unwrap_or_default();
|
||||
let key = if server == PUBLIC_SERVER {
|
||||
PUBLIC_RS_PUB_KEY.to_owned()
|
||||
config::RS_PUB_KEY.to_owned()
|
||||
} else {
|
||||
let mut args_map: HashMap<String, &str> = HashMap::new();
|
||||
for arg in args.split('&') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue