mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue