mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
added AuthenPolicy code for p3wiki.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6118 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bf5981e8b4
commit
6cd9faf3ab
4 changed files with 70 additions and 5 deletions
|
@ -2392,7 +2392,7 @@ int RsServer::StartupRetroShare()
|
|||
wiki_ds->resetDataStore(); //TODO: remove, new service data per RS session, for testing
|
||||
#endif
|
||||
|
||||
mWiki = new p3Wiki(wiki_ds, NULL);
|
||||
mWiki = new p3Wiki(wiki_ds, NULL, mGxsIdService);
|
||||
|
||||
// create GXS photo service
|
||||
RsGxsNetService* wiki_ns = new RsGxsNetService(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue