mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 00:49:28 -05:00
fixed compilation of introserver.cc
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7046 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
91c49fa992
commit
f3af40337f
@ -230,9 +230,9 @@ int RsIntroServer::addNewUser(std::string certGPG)
|
|||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
|
|
||||||
RsPeerDetails pd;
|
RsPeerDetails pd;
|
||||||
std::string error_string;
|
uint32_t error_number;
|
||||||
|
|
||||||
bool ok = rsPeers->loadDetailsFromStringCert(certGPG, pd,error_string);
|
bool ok = rsPeers->loadDetailsFromStringCert(certGPG, pd,error_number);
|
||||||
|
|
||||||
if (ok)
|
if (ok)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user