From 2830be95a75e8cdd59c65697d2e77762982e305b Mon Sep 17 00:00:00 2001 From: rustdesk Date: Fri, 27 Jan 2023 11:37:43 +0800 Subject: opt --- libs/hbb_common/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/hbb_common/src/config.rs b/libs/hbb_common/src/config.rs index 943917a..8bea991 100644 --- a/libs/hbb_common/src/config.rs +++ b/libs/hbb_common/src/config.rs @@ -87,7 +87,7 @@ pub const RENDEZVOUS_SERVERS: &[&str] = &[ "rs-cn.rustdesk.com", ]; -pub const RS_PUB_KEY: &'static str = match option_env!("RS_PUB_KEY") { +pub const RS_PUB_KEY: &str = match option_env!("RS_PUB_KEY") { Some(key) if !key.is_empty() => key, _ => "OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw=", }; -- cgit v1.2.3