mirror of
git://sourceware.org/git/lvm2.git
synced 2025-10-04 05:44:18 +03:00
@@ -123,7 +123,7 @@ enum {
|
||||
|
||||
DM_DEVICE_ARM_POLL,
|
||||
|
||||
DM_GET_TARGET_VERSION
|
||||
DM_DEVICE_GET_TARGET_VERSION
|
||||
};
|
||||
|
||||
/*
|
||||
|
@@ -2595,7 +2595,7 @@ static int _target_version(CMD_ARGS)
|
||||
struct dm_task *dmt;
|
||||
struct dm_versions *target;
|
||||
|
||||
if (!(dmt = dm_task_create(DM_GET_TARGET_VERSION)))
|
||||
if (!(dmt = dm_task_create(DM_DEVICE_GET_TARGET_VERSION)))
|
||||
return_0;
|
||||
|
||||
if (!dm_task_set_name(dmt, argv[0]))
|
||||
|
Reference in New Issue
Block a user