wsd/LOOLWSD.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 9e8ddfc0c1668067219a1debca2aa5cb8f4c72b4
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Wed Jul 1 13:48:01 2020 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Wed Jul 1 16:43:56 2020 +0200

    Don't call JailUtil::cleanupJails() on MOBILEAPP
    
    Change-Id: I7a01ff9afaccb6e3f4b399a12d828c8d44bcb4c2
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97612
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index a93b41f5f..6efb55655 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -1185,13 +1185,14 @@ void LOOLWSD::initialize(Application& self)
     }
     else
     {
+#if !MOBILEAPP
         if (CleanupOnly)
         {
             // Cleanup and exit.
             JailUtil::cleanupJails(ChildRoot);
             std::exit(EX_OK);
         }
-
+#endif
         if (ChildRoot[ChildRoot.size() - 1] != '/')
             ChildRoot += '/';
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to