Loading hw/9pfs/9p-local.c +1 −0 Original line number Diff line number Diff line Loading @@ -435,6 +435,7 @@ static int local_opendir(FsContext *ctx, stream = fdopendir(dirfd); if (!stream) { close(dirfd); return -1; } fs->dir.stream = stream; Loading Loading
hw/9pfs/9p-local.c +1 −0 Original line number Diff line number Diff line Loading @@ -435,6 +435,7 @@ static int local_opendir(FsContext *ctx, stream = fdopendir(dirfd); if (!stream) { close(dirfd); return -1; } fs->dir.stream = stream; Loading