mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-02 21:23:08 -04:00
fixed compilation of retroshare-nogui
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4153 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4ea647b78c
commit
5b74d957c0
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,8 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
/* Key + Certificate are loaded into libretroshare */
|
/* Key + Certificate are loaded into libretroshare */
|
||||||
|
|
||||||
int retVal = RsInit::LockAndLoadCertificates(false);
|
std::string error_string ;
|
||||||
|
int retVal = RsInit::LockAndLoadCertificates(false,error_string);
|
||||||
switch(retVal)
|
switch(retVal)
|
||||||
{
|
{
|
||||||
case 0: break;
|
case 0: break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue