diff --git a/src/ringdht/ringaccount.cpp b/src/ringdht/ringaccount.cpp
index f4b7a15cc03517916096567a33dfdcf466acfed7..4bb7055442116d16c435fd61ab9f106a4e3b4b13 100644
--- a/src/ringdht/ringaccount.cpp
+++ b/src/ringdht/ringaccount.cpp
@@ -102,7 +102,7 @@ RingAccount::RingAccount(const std::string& accountID, bool /* presenceEnabled *
     idPath_ = fileutils::get_data_dir()+DIR_SEPARATOR_STR+getAccountID();
     fileutils::check_dir(idPath_.c_str());
     caPath_ = idPath_ + DIR_SEPARATOR_STR "certs";
-    caListPath_ = idPath_ + DIR_SEPARATOR_STR "ca_list.pem";
+    //DEPRECATED? caListPath_ = idPath_ + DIR_SEPARATOR_STR "ca_list.pem";
 }
 
 RingAccount::~RingAccount()