aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ausweisapp2/0004-Fix-path-for-configuration-file.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ausweisapp2/0004-Fix-path-for-configuration-file.patch')
-rw-r--r--testing/ausweisapp2/0004-Fix-path-for-configuration-file.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/ausweisapp2/0004-Fix-path-for-configuration-file.patch b/testing/ausweisapp2/0004-Fix-path-for-configuration-file.patch
deleted file mode 100644
index 0c135d6fee..0000000000
--- a/testing/ausweisapp2/0004-Fix-path-for-configuration-file.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
-Date: Sat, 28 Dec 2019 15:18:55 +0100
-Subject: Fix path for configuration file
-
----
- src/secure_storage/SecureStorage.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/secure_storage/SecureStorage.cpp b/src/secure_storage/SecureStorage.cpp
-index 67a5823..ee4c4a7 100644
---- a/src/secure_storage/SecureStorage.cpp
-+++ b/src/secure_storage/SecureStorage.cpp
-@@ -95,7 +95,7 @@ SecureStorage& SecureStorage::getInstance()
-
- void SecureStorage::load()
- {
-- const auto& path = FileDestination::getPath(QStringLiteral("config.json"));
-+ const auto& path = QStringLiteral("/usr/share/AusweisApp2/config.json");
-
- if (!QFile::exists(path))
- {