From 5b74d957c0fba8c136b1b7553f437f69831552e2 Mon Sep 17 00:00:00 2001 From: csoler Date: Mon, 11 Apr 2011 13:15:48 +0000 Subject: [PATCH] fixed compilation of retroshare-nogui git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4153 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-nogui/src/retroshare.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/retroshare-nogui/src/retroshare.cc b/retroshare-nogui/src/retroshare.cc index b80832218..183e28fd4 100644 --- a/retroshare-nogui/src/retroshare.cc +++ b/retroshare-nogui/src/retroshare.cc @@ -113,7 +113,8 @@ int main(int argc, char **argv) /* Key + Certificate are loaded into libretroshare */ - int retVal = RsInit::LockAndLoadCertificates(false); + std::string error_string ; + int retVal = RsInit::LockAndLoadCertificates(false,error_string); switch(retVal) { case 0: break;