From a1b4a3f8b75781d2fbef2cbacf706c8cf9bc3cb0 Mon Sep 17 00:00:00 2001 From: Toni Spets Date: Sat, 4 Apr 2020 09:00:49 +0300 Subject: SSH Agent: Track which database owns a key for remove-on-lock Fixes #4532 --- tests/TestSSHAgent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/TestSSHAgent.h') 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 -- cgit v1.2.3