readwritesplit.c:Fixed macro which excludes a block from compiled code.

This commit is contained in:
VilhoRaatikka
2014-09-08 21:53:33 +03:00
parent f74493d922
commit 52b347ac07

View File

@ -471,7 +471,7 @@ static void refreshInstance(
param = param->next; 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) if ((*router->servers)->backend_server->rlag == -2)
{ {
rlag_enabled = false; rlag_enabled = false;