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

New commits:
commit d26aa30cab3335df110110d86fa42750529e9b98
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Fri Mar 20 18:04:29 2020 +0100
Commit:     Andras Timar <andras.ti...@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.ti...@collabora.com>
    Reviewed-by: Andras Timar <andras.ti...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to