mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04: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
1 changed files with 2 additions and 2 deletions
|
@ -230,9 +230,9 @@ int RsIntroServer::addNewUser(std::string certGPG)
|
|||
std::cerr << std::endl;
|
||||
|
||||
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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue