summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2020-05-06 18:26:07 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2020-05-06 18:26:07 +0200
commit065ab0fe7eb61bddd56936493ff3f4f1d426083a (patch)
tree3e25f2de30e39c98f64b79534f8084fe8736f158
parentpdf export: be a bit less wasteful when jpeg-optimising bitmaps (diff)
downloadcore-feature/cib_contract4236.tar.gz
core-feature/cib_contract4236.zip
Don't run RequestHandler on IPC pipe feature/cib_contract4236
Change-Id: I74f4ebc03eca1ec64e1657cf94f3bec3c57fab55
-rw-r--r--desktop/source/app/app.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 0b324f17728a..cee2660f9c93 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -518,8 +518,8 @@ void Desktop::Init()
if ( true )
{
- // start ipc thread only for non-remote offices
- RequestHandler::Status aStatus = RequestHandler::Enable(true);
+ // start ipc thread only for non-remote offices (and don't setup pipe here)
+ RequestHandler::Status aStatus = RequestHandler::Enable(false);
if ( aStatus == RequestHandler::IPC_STATUS_PIPE_ERROR )
{
#if defined ANDROID