1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

config: support longer config paths

64 bytes might not be enough, so use larger buffer size.
This commit is contained in:
Zdenek Kabelac 2015-07-23 14:21:35 +02:00
parent 533ac4d47d
commit 13c7bbf8a9

View File

@ -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.