mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-17 01:11:29 +00:00
cloud_discovery: fix typo
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
9866d4a86e
commit
b995833a03
@ -52,7 +52,7 @@ function detect_certificate_type() {
|
|||||||
if (!match(issuer, /Telecom Infra Project Issuing CA/)) {
|
if (!match(issuer, /Telecom Infra Project Issuing CA/)) {
|
||||||
ulog(LOG_INFO, 'Certificate type is "Demo" \n');
|
ulog(LOG_INFO, 'Certificate type is "Demo" \n');
|
||||||
cds_server = 'discovery-qa.open-lan.org';
|
cds_server = 'discovery-qa.open-lan.org';
|
||||||
timeouts.expiry_threshold: 3 * 24 * 60 * 60,
|
timeouts.expiry_threshold = 3 * 24 * 60 * 60;
|
||||||
} else {
|
} else {
|
||||||
ulog(LOG_INFO, 'Certificate type is "TIP"\n');
|
ulog(LOG_INFO, 'Certificate type is "TIP"\n');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user