Skip to content

Commit

Permalink
lb: mark resources as array
Browse files Browse the repository at this point in the history
(cherry picked from commit 20c1753)
  • Loading branch information
razvancrainea committed May 28, 2014
1 parent fce034e commit 1fd5c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/load_balancer/load_balancer.c
Expand Up @@ -945,7 +945,7 @@ static struct mi_root* mi_lb_list(struct mi_root *cmd_tree, void *param)
if (attr==0)
goto error;

node = add_mi_node_child( dst_node, 0, "Resources", 9, NULL, 0);
node = add_mi_node_child( dst_node, MI_IS_ARRAY, "Resources", 9, NULL, 0);
if (node==0)
goto error;

Expand Down

0 comments on commit 1fd5c74

Please sign in to comment.