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:
csoler 2012-08-11 21:16:27 +00:00
parent 8694919ca7
commit f7169163ae

View File

@ -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 ;