[Libreoffice-commits] core.git: Branch 'feature/cib_contract4236' - desktop/source

Thorsten Behrens (via logerrit) logerrit at kemper.freedesktop.org
Wed May 6 16:27:00 UTC 2020


 desktop/source/app/app.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 065ab0fe7eb61bddd56936493ff3f4f1d426083a
Author:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
AuthorDate: Wed May 6 18:26:07 2020 +0200
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Wed May 6 18:26:07 2020 +0200

    Don't run RequestHandler on IPC pipe
    
    Change-Id: I74f4ebc03eca1ec64e1657cf94f3bec3c57fab55

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


More information about the Libreoffice-commits mailing list