wsd/LOOLWSD.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit 6ad5f3a50984f68c40f4d0282447f979e95ee840 Author: Michael Meeks <michael.me...@collabora.com> AuthorDate: Mon May 27 22:22:13 2019 +0100 Commit: Michael Meeks <michael.me...@collabora.com> CommitDate: Mon May 27 23:16:47 2019 +0100 re-order to fix threading; probable mis-merge. Change-Id: Id59042248db7572add2d06f62cd8f1d4969ed889 diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp index 8e43fe313..28c91dbdf 100644 --- a/wsd/LOOLWSD.cpp +++ b/wsd/LOOLWSD.cpp @@ -2451,7 +2451,10 @@ private: sent = true; } else + { LOG_WRN("Failed to create Client Session with id [" << _id << "] on docKey [" << docKey << "]."); + cleanupDocBrokers(); + } } if (!sent) @@ -2706,7 +2709,6 @@ private: else { LOG_WRN("Failed to create Client Session with id [" << _id << "] on docKey [" << docKey << "]."); - cleanupDocBrokers(); } } else _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits