Fix typo in function name

This commit is contained in:
Ian Barwick
2018-02-22 15:48:41 +09:00
parent ee98a3a58e
commit c644ddde51
3 changed files with 5 additions and 5 deletions

View File

@@ -313,9 +313,9 @@ do_node_status(void)
{
NodeInfoList missing_slots = T_NODE_INFO_LIST_INITIALIZER;
get_downsteam_nodes_with_missing_slot(conn,
config_file_options.node_id,
&missing_slots);
get_downstream_nodes_with_missing_slot(conn,
config_file_options.node_id,
&missing_slots);
if (missing_slots.node_count > 0)
{