remove old line
This commit is contained in:
parent
9cf81d2032
commit
3cd1d42aa2
@ -244,7 +244,6 @@ pub fn set_peer_option(id: String, name: String, value: String) {
|
|||||||
#[inline]
|
#[inline]
|
||||||
pub fn using_public_server() -> bool {
|
pub fn using_public_server() -> bool {
|
||||||
if hbb_common::config::RS_PUB_KEY == "OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw=" {
|
if hbb_common::config::RS_PUB_KEY == "OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw=" {
|
||||||
crate::get_custom_rendezvous_server(get_option_("custom-rendezvous-server")).is_empty()
|
|
||||||
return true
|
return true
|
||||||
} else {
|
} else {
|
||||||
return false
|
return false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user