Fix authenticator path in testbinlog.c
Added missing subdirectories in library path
This commit is contained in:
parent
1f9b18e3bc
commit
e8c53e8aa5
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user