summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-07-23 14:21:35 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-08-12 14:33:15 +0200
commit13c7bbf8a9ff2fad2718ba6cb627d7fcef766900 (patch)
tree0d721e860a2432fa3b66fd5d0f1eb1942aff013f
parent533ac4d47dcecc976c05ba503acff11b9546b67c (diff)
downloadlvm2-13c7bbf8a9ff2fad2718ba6cb627d7fcef766900.tar.gz
config: support longer config paths
64 bytes might not be enough, so use larger buffer size.
-rw-r--r--lib/config/config.h2
1 files changed, 1 insertions, 1 deletions
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.