1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-16 10:50:46 +03:00

Add needed new parameter to create_toolcontext().

This commit is contained in:
Patrick Caulfield 2006-08-22 09:49:20 +00:00
parent b0b60fafd5
commit 5824f992b7

View File

@ -539,7 +539,7 @@ void init_lvhash()
/* Called to initialise the LVM context of the daemon */
int init_lvm(int using_gulm)
{
if (!(cmd = create_toolcontext(NULL))) {
if (!(cmd = create_toolcontext(NULL, 0))) {
log_error("Failed to allocate command context");
return 0;
}