restored SSLid to lower case in old certificate format.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5494 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-09-01 09:35:24 +00:00
parent fb71387a47
commit d1785d5e2a

View File

@ -730,7 +730,7 @@ std::string RsCertificate::toStdString_oldFormat() const
return res ;
res += SSLID_BEGIN_SECTION ;
res += location_id.toStdString() ;
res += location_id.toStdString(false) ;
res += ";" ;
res += LOCATION_BEGIN_SECTION ;
res += location_name ;