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:
csoler 2014-01-20 20:06:55 +00:00
parent 91c49fa992
commit f3af40337f

View File

@ -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)
{