Skip to content

Commit

Permalink
Use DEFAULT_GROUP instead of hardcoded string
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Graf <[email protected]>
  • Loading branch information
tgraf committed Aug 2, 2016
1 parent 723f6a5 commit 86f6da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/group.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ static void __init group_init(void)
{
DBG("init");

group_new_hdr("intf", "Interfaces",
group_new_hdr(DEFAULT_GROUP, "Interfaces",
"RX bps", "pps", "TX bps", "pps");
}

Expand Down

0 comments on commit 86f6da0

Please sign in to comment.