loolwsd/test/helpers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b58b906f369d6d12c3de25cd929c4946f39e4a64 Author: Ashod Nakashian <ashod.nakash...@collabora.co.uk> Date: Mon May 9 01:28:45 2016 -0400 loolwsd: fix typo causing infinite recursion Change-Id: I8a5ef2b65d3476a698d7dcf883ac8dc07e287533 Reviewed-on: https://gerrit.libreoffice.org/24788 Reviewed-by: Ashod Nakashian <ashnak...@gmail.com> Tested-by: Ashod Nakashian <ashnak...@gmail.com> diff --git a/loolwsd/test/helpers.hpp b/loolwsd/test/helpers.hpp index 22f57b7..5f48ce6 100644 --- a/loolwsd/test/helpers.hpp +++ b/loolwsd/test/helpers.hpp @@ -265,7 +265,7 @@ void getResponseMessage(Poco::Net::WebSocket& ws, const std::string& prefix, std inline void getResponseMessage(const std::shared_ptr<Poco::Net::WebSocket>& ws, const std::string& prefix, std::string& response, const bool isLine) { - getResponseMessage(ws, prefix, response, isLine); + getResponseMessage(*ws, prefix, response, isLine); } inline _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits