1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +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 0550c1b618
commit 8810d0811a

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;
}