mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
added lockfile path info to the multiple-instances warning window in rs-
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4098 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
49aad683b1
commit
2dd6581f14
5 changed files with 21 additions and 13 deletions
|
@ -322,7 +322,8 @@ void GenCertDialog::checkChanged(int i)
|
|||
|
||||
void GenCertDialog::loadCertificates()
|
||||
{
|
||||
int retVal = RsInit::LockAndLoadCertificates(false);
|
||||
std::string lockFile;
|
||||
int retVal = RsInit::LockAndLoadCertificates(false, lockFile);
|
||||
switch(retVal)
|
||||
{
|
||||
case 0: close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue