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

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Fri Mar 20 21:05:32 UTC 2020


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

New commits:
commit d26aa30cab3335df110110d86fa42750529e9b98
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Fri Mar 20 18:04:29 2020 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Fri Mar 20 22:05:14 2020 +0100

    Fix --with-support-public-key=... build
    
    Change-Id: I4a1ecc16d7b862dae61c80d98d07c0e105c13819
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90829
    Tested-by: Andras Timar <andras.timar at collabora.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 177360dbc..aa6b9766b 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -244,7 +244,7 @@ inline void shutdownLimitReached(const std::shared_ptr<ProtocolHandlerInterface>
     try
     {
         // Let the client know we are shutting down.
-        proto->sendTextMessage(error);
+        proto->sendTextMessage(error.data(), error.size());
 
         // Shutdown.
         proto->shutdown(true, error);


More information about the Libreoffice-commits mailing list