From 52b347ac07a478b2e72f8f57f23e2ab0bf953ccb Mon Sep 17 00:00:00 2001 From: VilhoRaatikka Date: Mon, 8 Sep 2014 21:53:33 +0300 Subject: [PATCH] readwritesplit.c:Fixed macro which excludes a block from compiled code. --- server/modules/routing/readwritesplit/readwritesplit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/routing/readwritesplit/readwritesplit.c b/server/modules/routing/readwritesplit/readwritesplit.c index d9616872d..8ac5f6117 100644 --- a/server/modules/routing/readwritesplit/readwritesplit.c +++ b/server/modules/routing/readwritesplit/readwritesplit.c @@ -471,7 +471,7 @@ static void refreshInstance( param = param->next; } -#if (NOT_USED) /*< can't read monitor config parameters */ +#if defined(NOT_USED) /*< can't read monitor config parameters */ if ((*router->servers)->backend_server->rlag == -2) { rlag_enabled = false;