mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-30 05:49:28 +03:00
Add needed new parameter to create_toolcontext().
This commit is contained in:
@ -539,7 +539,7 @@ void init_lvhash()
|
|||||||
/* Called to initialise the LVM context of the daemon */
|
/* Called to initialise the LVM context of the daemon */
|
||||||
int init_lvm(int using_gulm)
|
int init_lvm(int using_gulm)
|
||||||
{
|
{
|
||||||
if (!(cmd = create_toolcontext(NULL))) {
|
if (!(cmd = create_toolcontext(NULL, 0))) {
|
||||||
log_error("Failed to allocate command context");
|
log_error("Failed to allocate command context");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user