mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2025-12-27 18:24:55 +00:00
Adding WifiClientHistory.
This commit is contained in:
@@ -120,7 +120,8 @@ namespace OpenWifi {
|
||||
if(S.empty()) {
|
||||
auto Start = SNs_.begin();
|
||||
while(HowMany && Start!=SNs_.end()) {
|
||||
A.push_back(*Start++);
|
||||
A.push_back(*Start);
|
||||
Start++;
|
||||
HowMany--;
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user