mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
Update initialization after rebase on top of 8568199497
This commit is contained in:
parent
56c870c1d7
commit
38ab9a058f
1 changed files with 2 additions and 2 deletions
|
@ -1494,8 +1494,8 @@ int RsServer::StartupRetroShare()
|
|||
p3GxsMails* mGxsMails = new p3GxsMails(gxsmail_ds, NULL, mGxsIdService);
|
||||
RsGxsNetService* gxsmails_ns = new RsGxsNetService(
|
||||
RS_SERVICE_TYPE_GXS_MAIL, gxschannels_ds, nxsMgr, mGxsMails,
|
||||
mGxsMails->getServiceInfo(), mGxsIdService, mGxsCircles,
|
||||
mGxsIdService, pgpAuxUtils );
|
||||
mGxsMails->getServiceInfo(), mReputations, mGxsCircles,
|
||||
mGxsIdService, pgpAuxUtils);
|
||||
mGxsMails->setNetworkExchangeService(gxsmails_ns);
|
||||
pqih->addService(gxsmails_ns, true);
|
||||
# endif // RS_GXS_MAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue