X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fblockdev.c;h=4d3c2ab0d27aa83a388e1f15488fffe5239d4b96;hp=e0ac350213c921e7d5ed36ee31f77916a3614df3;hb=6c97a65ce768b357a1481cde0533d4cf0b8b931c;hpb=adf20c0c4d9f488d55254f54a79079b9cacbde8d diff --git a/daemon/blockdev.c b/daemon/blockdev.c index e0ac350..4d3c2ab 100644 --- a/daemon/blockdev.c +++ b/daemon/blockdev.c @@ -32,7 +32,7 @@ * we centralize it in one call. */ static int64_t -call_blockdev (const char *device, char *switc, int extraarg, int prints) +call_blockdev (const char *device, const char *switc, int extraarg, int prints) { int r; int64_t rv; @@ -53,7 +53,7 @@ call_blockdev (const char *device, char *switc, int extraarg, int prints) } else argv[2] = device; - r = commandv (&out, &err, (char **) argv); + r = commandv (&out, &err, argv); if (r == -1) { reply_with_error ("%s: %s", argv[0], err);