From 6deaedbe0e56ea3d51e691cffab788dd7089b54a Mon Sep 17 00:00:00 2001 From: Bartlomiej Grzelewski Date: Wed, 21 Nov 2012 16:17:40 +0100 Subject: [PATCH] Symbolic link pointed by GetVCoreDatabaseFilePath will be removed. [Issue#] LINUXSWAP-213 [Bug] N/A [Cause] N/A [Solution] GetVCoreDatabaseFilePath points to database directly, now. [Verification] build all repositories, tests for wrt-installer must pass as before. Change-Id: I398dea095ce1df341f9049b005f0c839bfdf66db --- modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h b/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h index 7810945..21583aa 100644 --- a/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h +++ b/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h @@ -218,7 +218,7 @@ inline const char* GetFingerprintListSchema() inline const char* GetVCoreDatabaseFilePath() { - return "/opt/dbspace/.vcore.db"; + return "/opt/dbspace/.cert_svc_vcore.db"; } /** -- 2.7.4