[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp

Ashod Nakashian ashod.nakashian at collabora.co.uk
Mon May 8 03:24:06 UTC 2017


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

New commits:
commit 3aec6e1227c3d738556a523b2fe999503a10b1b1
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Sun May 7 23:23:02 2017 -0400

    wsd: build fix due to merge error
    
    Change-Id: Ib1d7ce1b880c71b0b2fd8262a92e7e965211653e
    Reviewed-on: https://gerrit.libreoffice.org/37375
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 7f6703f0..3c0fd06e 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -1468,7 +1468,7 @@ private:
             if (jailId.empty())
             {
                 LOG_ERR("Invalid JailId in child URI [" << request.getURI() << "].");
-                return SocketHandlerInterface::SocketOwnership::UNCHANGED;
+                return;
             }
 
             in.clear();


More information about the Libreoffice-commits mailing list