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