eliminate the concept of temporary licenses

This commit is contained in:
Martin Michelsen
2023-09-25 09:07:48 -07:00
parent 949ad0d260
commit 885d125fc4
7 changed files with 43 additions and 43 deletions
-3
View File
@@ -785,9 +785,6 @@ void ServerState::load_bb_private_keys() {
void ServerState::load_licenses() {
config_log.info("Loading license list");
this->license_index.reset(new LicenseIndex());
if (this->is_replay) {
this->license_index->set_autosave(false);
}
}
void ServerState::load_patch_indexes() {