Skip to content

Commit

Permalink
Avoid space in MI node name
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-iancu committed Apr 27, 2016
1 parent 555c0e7 commit 5c8869b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/clusterer/clusterer.c
Expand Up @@ -1237,7 +1237,7 @@ static struct mi_root * clusterer_list(struct mi_root *cmd_tree, void *param)

val.s = int2str(value->id, &val.len);
attr = add_mi_attr(node_s, MI_DUP_VALUE,
MI_SSTR("DB ID"), val.s, val.len);
MI_SSTR("DB_ID"), val.s, val.len);
if (!attr) goto error;

attr = add_mi_attr(node_s, MI_DUP_VALUE,
Expand Down

0 comments on commit 5c8869b

Please sign in to comment.