From e8c53e8aa569aee2ff1c6efa9ef76ada62b5ddef Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Fri, 27 Jan 2017 14:45:32 +0100 Subject: [PATCH] Fix authenticator path in testbinlog.c Added missing subdirectories in library path --- server/modules/routing/binlogrouter/test/testbinlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/routing/binlogrouter/test/testbinlog.c b/server/modules/routing/binlogrouter/test/testbinlog.c index 74d6d30b5..61ce833d0 100644 --- a/server/modules/routing/binlogrouter/test/testbinlog.c +++ b/server/modules/routing/binlogrouter/test/testbinlog.c @@ -109,7 +109,7 @@ int main(int argc, char **argv) serviceAddRouterOption(service, s); s = strtok_r(NULL, ",", &lasts); } - set_libdir(MXS_STRDUP_A("../../../authenticator/")); + set_libdir(MXS_STRDUP_A("../../../authenticator/MySQLBackendAuth/")); server = server_alloc("binlog_router_master_host", "_none_", 3306, "MySQLBackend", "MySQLBackendAuth", NULL); if (server == NULL)