[Libreoffice-commits] online.git: loolwsd/LOOLKit.cpp

Tor Lillqvist tml at collabora.com
Tue Sep 27 06:29:44 UTC 2016


 loolwsd/LOOLKit.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fa697d843ee3fce2ee1cb3d76854f5ed86e4f828
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Sep 27 09:29:18 2016 +0300

    Remove reference to non-public bugzilla

diff --git a/loolwsd/LOOLKit.cpp b/loolwsd/LOOLKit.cpp
index 153bd80..0b03fed 100644
--- a/loolwsd/LOOLKit.cpp
+++ b/loolwsd/LOOLKit.cpp
@@ -543,7 +543,7 @@ public:
             // If there are no live sessions, we don't need to do anything at all and can just
             // bluntly exit, no need to clean up our own data structures. Also, there is a bug that
             // causes the deadSessions.clear() call below to crash in some situations when the last
-            // session is being removed, see bccu#2035.
+            // session is being removed.
             for (auto it = _connections.cbegin(); it != _connections.cend(); ++it)
             {
                 if (it->second->isRunning())


More information about the Libreoffice-commits mailing list