mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-28 00:07:09 -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)
|
RsCertificate::RsCertificate(const std::string& str)
|
||||||
:
|
:
|
||||||
location_name(""),
|
location_name(""),
|
||||||
pgp_version(""),
|
pgp_version("Version: OpenPGP:SDK v0.9"),
|
||||||
dns_name("")
|
dns_name("")
|
||||||
{
|
{
|
||||||
std::string err_string ;
|
std::string err_string ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user