Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-13268
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Jan 4, 2024
1 parent 15f3eaa commit 91147f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/storage/storage_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,10 @@ namespace OpenWifi {
D.Configuration = D.pendingConfiguration;
D.pendingConfiguration.clear();
}
D.UUID = D.pendingUUID;
D.pendingUUID = 0;
if(D.pendingUUID!=0) {
D.UUID = D.pendingUUID;
D.pendingUUID = 0;
}
D.LastConfigurationChange = Utils::Now();
ConfigurationCache().Add(Utils::SerialNumberToInt(SerialNumber), D.UUID);

Expand Down

0 comments on commit 91147f3

Please sign in to comment.