Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Spets <toni.spets@iki.fi>2020-04-04 09:00:49 +0300
committerJonathan White <support@dmapps.us>2020-05-19 16:23:41 +0300
commita1b4a3f8b75781d2fbef2cbacf706c8cf9bc3cb0 (patch)
tree7816b6f57474fa301a632d2179a67af038624de3 /tests/TestSSHAgent.h
parent9e17d52e8e1f98ec3490ddd0d2ea107cdcaf6a65 (diff)
SSH Agent: Track which database owns a key for remove-on-lock
Fixes #4532
Diffstat (limited to 'tests/TestSSHAgent.h')
-rw-r--r--tests/TestSSHAgent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestSSHAgent.h b/tests/TestSSHAgent.h
index 6b99e8e65..13e8076e7 100644
--- a/tests/TestSSHAgent.h
+++ b/tests/TestSSHAgent.h
@@ -41,6 +41,7 @@ private:
QString m_agentSocketFileName;
QProcess m_agentProcess;
OpenSSHKey m_key;
+ QUuid m_uuid;
};
#endif // TESTSSHAGENT_H