Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-13110
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Nov 17, 2023
1 parent b6cb5d0 commit aa2c283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
55
56
2 changes: 1 addition & 1 deletion src/AP_WS_Process_connect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ namespace OpenWifi {
StorageService()->UpdateDevice(DeviceInfo);
}

uint64_t UpgradedUUID = 0;
if(!DeviceInfo.simulated) {
uint64_t UpgradedUUID = 0;
LookForUpgrade(UUID, UpgradedUUID);
State_.UUID = UpgradedUUID;
}
Expand Down

0 comments on commit aa2c283

Please sign in to comment.