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

New commits:
commit bccdd8d4d7c84e4992c16f75bc3be70c7143b7a0
Author: Henry Castro <hcas...@collabora.com>
Date:   Sun Sep 17 10:33:06 2017 -0400

    wsd: notify when the document is disconnected
    
    Change-Id: I36e6df3c576ff0f02d3b059c2f1db4226d527b49

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 5bcb1613..025bf1cb 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -1439,6 +1439,7 @@ private:
         {
             auto lock = docBroker->getLock();
             docBroker->assertCorrectThread();
+            docBroker->setCloseReason("docdisconnected");
             docBroker->stop();
         }
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to