diff --git a/maxscale-system-test/mariadb_nodes.cpp b/maxscale-system-test/mariadb_nodes.cpp index 90c75aca2..8e43d151b 100644 --- a/maxscale-system-test/mariadb_nodes.cpp +++ b/maxscale-system-test/mariadb_nodes.cpp @@ -916,7 +916,7 @@ bool Mariadb_nodes::revert_nodes_snapshot() { rval = false; } - ssh_node_f(i, true, "pkill -9 mysqld"); + ssh_node(i, true, "pkill -9 mysqld"); } return rval; }