mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
add version information to p3disc
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1464 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b436ab516f
commit
6af323e6ae
@ -89,6 +89,9 @@ p3disc::p3disc(p3AuthMgr *am, p3ConnectMgr *cm)
|
|||||||
|
|
||||||
mRemoteDisc = true;
|
mRemoteDisc = true;
|
||||||
mLocalDisc = false;
|
mLocalDisc = false;
|
||||||
|
|
||||||
|
//add own version to versions map
|
||||||
|
versions[mAuthMgr->OwnId()] = RsUtil::retroshareVersion();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user