Fix authenticator path in testbinlog.c

Added missing subdirectories in library path
This commit is contained in:
MassimilianoPinto 2017-01-27 14:45:32 +01:00
parent 1f9b18e3bc
commit e8c53e8aa5

View File

@ -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)