summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2016-08-02 11:38:07 +0200
committerThomas Graf <tgraf@suug.ch>2016-08-02 11:38:07 +0200
commit86f6da070300b94d0cad96b000675403d0915dd4 (patch)
tree9cfa049cd96ad1f51fd7897a135bf68fd53c4831
parent723f6a5b472163ac326851f8903aa929a328648c (diff)
Use DEFAULT_GROUP instead of hardcoded string
Signed-off-by: Thomas Graf <tgraf@suug.ch>
-rw-r--r--src/group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/group.c b/src/group.c
index e745bbe..6991f5f 100644
--- a/src/group.c
+++ b/src/group.c
@@ -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");
}