[Libreoffice-commits] online.git: loolwsd/test
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Mon May 9 05:32:13 UTC 2016
loolwsd/test/helpers.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b58b906f369d6d12c3de25cd929c4946f39e4a64
Author: Ashod Nakashian <ashod.nakashian at 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 <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at 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
More information about the Libreoffice-commits
mailing list