mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Update initialization after rebase on top of 8568199497
This commit is contained in:
parent
56c870c1d7
commit
38ab9a058f
@ -1494,8 +1494,8 @@ int RsServer::StartupRetroShare()
|
|||||||
p3GxsMails* mGxsMails = new p3GxsMails(gxsmail_ds, NULL, mGxsIdService);
|
p3GxsMails* mGxsMails = new p3GxsMails(gxsmail_ds, NULL, mGxsIdService);
|
||||||
RsGxsNetService* gxsmails_ns = new RsGxsNetService(
|
RsGxsNetService* gxsmails_ns = new RsGxsNetService(
|
||||||
RS_SERVICE_TYPE_GXS_MAIL, gxschannels_ds, nxsMgr, mGxsMails,
|
RS_SERVICE_TYPE_GXS_MAIL, gxschannels_ds, nxsMgr, mGxsMails,
|
||||||
mGxsMails->getServiceInfo(), mGxsIdService, mGxsCircles,
|
mGxsMails->getServiceInfo(), mReputations, mGxsCircles,
|
||||||
mGxsIdService, pgpAuxUtils );
|
mGxsIdService, pgpAuxUtils);
|
||||||
mGxsMails->setNetworkExchangeService(gxsmails_ns);
|
mGxsMails->setNetworkExchangeService(gxsmails_ns);
|
||||||
pqih->addService(gxsmails_ns, true);
|
pqih->addService(gxsmails_ns, true);
|
||||||
# endif // RS_GXS_MAIL
|
# endif // RS_GXS_MAIL
|
||||||
|
Loading…
Reference in New Issue
Block a user