]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Read list until process exits 3430/head
authorDer-Jan <de@r-jan.de>
Fri, 29 May 2020 20:25:13 +0000 (22:25 +0200)
committerDer-Jan <de@r-jan.de>
Sun, 31 May 2020 12:06:58 +0000 (14:06 +0200)
Signed-off-by: Der-Jan <de@r-jan.de>
src/lxc/storage/zfs.c

index ee9e32d0a62317fcec18ce11ad1641b7ac56b26a..9b8248dd442305f0c8ffde8e83ae7bf66cd8100d 100644 (file)
@@ -100,7 +100,6 @@ static bool zfs_list_entry(const char *path, char *output, size_t inlen)
        while (fgets(output, inlen, f->f)) {
                if (strstr(output, path)) {
                        found = true;
-                       break;
                }
        }
        (void)lxc_pclose(f);