mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
Disable gxs mail test subservice by default
This commit is contained in:
parent
379fb97062
commit
e2078ba6cf
2 changed files with 9 additions and 1 deletions
|
@ -1495,9 +1495,10 @@ int RsServer::StartupRetroShare()
|
|||
mGxsIdService, pgpAuxUtils);
|
||||
mGxsMails->setNetworkExchangeService(gxsmails_ns);
|
||||
pqih->addService(gxsmails_ns, true);
|
||||
|
||||
# ifdef TEST_RS_GXS_MAIL
|
||||
TestGxsMailClientService* tgms =
|
||||
new TestGxsMailClientService(*mGxsMails, *mGxsIdService);
|
||||
# endif // TEST_RS_GXS_MAIL
|
||||
# endif // RS_GXS_MAIL
|
||||
|
||||
// remove pword from memory
|
||||
|
@ -1831,7 +1832,9 @@ int RsServer::StartupRetroShare()
|
|||
# ifdef RS_GXS_MAIL
|
||||
startServiceThread(mGxsMails, "gxs mail");
|
||||
startServiceThread(gxsmails_ns, "gxs mail ns");
|
||||
# ifdef TEST_RS_GXS_MAIL
|
||||
tgms->start("Gxs Mail Test Service");
|
||||
# endif // TEST_RS_GXS_MAIL
|
||||
# endif // RS_GXS_MAIL
|
||||
|
||||
#endif // RS_ENABLE_GXS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue