e_uuid_store: Add version to table if not yet set

This commit is contained in:
Stefan Schmidt 2014-04-11 15:36:13 +02:00
parent c2ce32596a
commit 8662551ee3
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ e_uuid_store_init(void)
if (store->table->version)
INF("UUID table with version %i", store->table->version);
else
store->table->version = 1;
INF("UUID table with %i entries", store->table->entry_count);