Unverified Commit 12b43633 by Christian Brauner Committed by GitHub

Merge pull request #2938 from pgauret/patch-1

Update zfs.c
parents 90912571 6b492545
...@@ -53,7 +53,7 @@ int zfs_detect_exec_wrapper(void *data) ...@@ -53,7 +53,7 @@ int zfs_detect_exec_wrapper(void *data)
{ {
struct zfs_args *args = data; struct zfs_args *args = data;
execlp("zfs", "zfs", "get", "type", "-H", "-o", "name", args->dataset, execlp("zfs", "zfs", "get", "-H", "-o", "name", "type", args->dataset,
(char *)NULL); (char *)NULL);
return -1; return -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment