summaryrefslogtreecommitdiffstats
path: root/tools/pvmove.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pvmove.c')
-rw-r--r--tools/pvmove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pvmove.c b/tools/pvmove.c
index 7a2fd14a..19ebf178 100644
--- a/tools/pvmove.c
+++ b/tools/pvmove.c
@@ -664,7 +664,7 @@ int pvmove(struct cmd_context *cmd, int argc, char **argv)
return ECMD_FAILED;
}
- unescape_colons_and_at_signs(pv_name, &colon, NULL);
+ dm_unescape_colons_and_at_signs(pv_name, &colon, NULL);
/* Drop any PE lists from PV name */
if (colon)