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:
parent
533ac4d47d
commit
13c7bbf8a9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user