Copy name of the location from the cert to RsPeerDetails in p3Peers::loadDetailsFromStringCert.

The name of the location was missing in ConnectFriendWizard, only the id was shown.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6665 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-09-01 12:11:21 +00:00
parent 2212293493
commit 5dee253030
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@ class RsCertificate
std::string ext_ip_string() const ;
std::string loc_ip_string() const ;
std::string location_name_string() const { return location_name; }
std::string dns_string() const { return dns_name ; }
std::string sslid_string() const;
std::string armouredPGPKey() const ;