mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-15 01:17:16 -05:00
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:
parent
fb71387a47
commit
d1785d5e2a
@ -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 ;
|
||||
|
Loading…
Reference in New Issue
Block a user