From c43353974c605a59df822596ef975a80dc15a41d Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Sat, 8 Aug 2015 20:28:16 +0300 Subject: [PATCH] Remove lock where it does not belong --- pdns/pkcs11signers.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/pdns/pkcs11signers.cc b/pdns/pkcs11signers.cc index b11c14946b..e16c273977 100644 --- a/pdns/pkcs11signers.cc +++ b/pdns/pkcs11signers.cc @@ -688,7 +688,6 @@ Pkcs11Token::Pkcs11Token(const std::shared_ptr& slot, const std::str this->d_label = label; this->d_err = 0; this->d_loaded = false; - Lock l(d_slot->m()); if (this->d_slot->LoggedIn()) LoadAttributes(); } -- 2.47.2