mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 17:52:28 +00:00
Adding new registration processing for signup.
This commit is contained in:
@@ -189,6 +189,7 @@ namespace OpenWifi {
|
||||
ResultArray->add(Expanded);
|
||||
} else if(element.isString()) {
|
||||
std::cout << "Element type STRING: " << element.type().name() << std::endl;
|
||||
ResultArray->add(element);
|
||||
} else {
|
||||
/* std::cout << "Element type UNKNOWN: " << element.type().name() << std::endl;
|
||||
std::cout << __LINE__ << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user