Remove erroneous warning about SPTPS being disabled.
This commit is contained in:
parent
be1446f5d0
commit
ef8efdfff1
1 changed files with 2 additions and 1 deletions
|
@ -673,6 +673,7 @@ static bool setup_myself(void) {
|
||||||
|
|
||||||
if(!get_config_bool(lookup_config(config_tree, "ExperimentalProtocol"), &experimental)) {
|
if(!get_config_bool(lookup_config(config_tree, "ExperimentalProtocol"), &experimental)) {
|
||||||
experimental = read_ecdsa_private_key();
|
experimental = read_ecdsa_private_key();
|
||||||
|
if(!experimental)
|
||||||
logger(DEBUG_ALWAYS, LOG_WARNING, "Support for SPTPS disabled.");
|
logger(DEBUG_ALWAYS, LOG_WARNING, "Support for SPTPS disabled.");
|
||||||
} else {
|
} else {
|
||||||
if(experimental && !read_ecdsa_private_key())
|
if(experimental && !read_ecdsa_private_key())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue