Commit 4e5615b3 authored by vadimk's avatar vadimk Committed by Stephen Hemminger

lib names: Use CONFDIR for specify 'group' file path

Signed-off-by: default avatarVadim Kochan <vadim4j@gmail.com>
parent d26caee7
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment