mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-14 08:59:50 -05:00
fixed bug havign forgotten version string init
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5405 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8694919ca7
commit
f7169163ae
@ -112,7 +112,7 @@ std::string RsCertificate::toStdString() const
|
||||
RsCertificate::RsCertificate(const std::string& str)
|
||||
:
|
||||
location_name(""),
|
||||
pgp_version(""),
|
||||
pgp_version("Version: OpenPGP:SDK v0.9"),
|
||||
dns_name("")
|
||||
{
|
||||
std::string err_string ;
|
||||
|
Loading…
Reference in New Issue
Block a user