From 4e5615b34ce7f952f0302d851884c1cf21352bb8 Mon Sep 17 00:00:00 2001 From: vadimk Date: Sat, 6 Dec 2014 04:05:11 +0200 Subject: [PATCH] lib names: Use CONFDIR for specify 'group' file path Signed-off-by: Vadim Kochan --- lib/rt_names.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rt_names.c b/lib/rt_names.c index 369e0f4e..e6a1e013 100644 --- a/lib/rt_names.c +++ b/lib/rt_names.c @@ -469,7 +469,7 @@ static int rtnl_group_init; static void rtnl_group_initialize(void) { rtnl_group_init = 1; - rtnl_hash_initialize("/etc/iproute2/group", + rtnl_hash_initialize(CONFDIR "/group", rtnl_group_hash, 256); }