mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +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 */
|
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.
|
* Structures used for definition of a configuration tree.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user