From 954c1157dcde4a49ca3ecfb3b0ac66db8519e569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Tue, 28 May 2019 09:38:44 +0300 Subject: [PATCH] MXS-2483: Add note to set_context documentation As the function is required by the binlogrouter, we cannot outright remove it without refactoring how the servers are handled in it. --- include/maxscale/ssl.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/maxscale/ssl.hh b/include/maxscale/ssl.hh index f929f6d88..711a408a9 100644 --- a/include/maxscale/ssl.hh +++ b/include/maxscale/ssl.hh @@ -153,7 +153,7 @@ public: // Convert to human readable string representation std::string to_string() const; - // Set the context, argument must not be null + // NOTE: Do not use this, required by binlogrouter void set_context(std::unique_ptr ssl); private: