From 96d5eb485ab3bda659812947dc6226e8528e3cd7 Mon Sep 17 00:00:00 2001 From: csoler Date: Mon, 30 Mar 2015 20:34:36 +0000 Subject: [PATCH] changed default cert name so that v0.6 and v0.5 do not use the same file git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8101 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/rsserver/rsaccounts.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretroshare/src/rsserver/rsaccounts.cc b/libretroshare/src/rsserver/rsaccounts.cc index 318dd3f7b..e63699379 100644 --- a/libretroshare/src/rsserver/rsaccounts.cc +++ b/libretroshare/src/rsserver/rsaccounts.cc @@ -184,7 +184,7 @@ const std::string kPathPGPDirectory = "pgp"; const std::string kPathKeyDirectory = "keys"; const std::string kPathConfigDirectory = "config"; -const std::string kFilenamePreferredAccount = "default_cert.txt"; +const std::string kFilenamePreferredAccount = "default_cert_06.txt"; const std::string kFilenameKey = "user_pk.pem"; const std::string kFilenameCert = "user_cert.pem"; const std::string kFilenameLocation = "location_name.txt";