From 13c7bbf8a9ff2fad2718ba6cb627d7fcef766900 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 23 Jul 2015 14:21:35 +0200 Subject: [PATCH] config: support longer config paths 64 bytes might not be enough, so use larger buffer size. --- lib/config/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/config.h b/lib/config/config.h index fb39e6e6d..e112223e7 100644 --- a/lib/config/config.h +++ b/lib/config/config.h @@ -50,7 +50,7 @@ struct profile_params { struct dm_list profiles; /* list of profiles which are loaded already and which are ready for use */ }; -#define CFG_PATH_MAX_LEN 64 +#define CFG_PATH_MAX_LEN 128 /* * Structures used for definition of a configuration tree.