Loading hw/9pfs/9p-local.c +1 −1 Original line number Diff line number Diff line Loading @@ -1100,7 +1100,7 @@ static int local_remove(FsContext *ctx, const char *path) goto out; } if (fstatat(dirfd, path, &stbuf, AT_SYMLINK_NOFOLLOW) < 0) { if (fstatat(dirfd, name, &stbuf, AT_SYMLINK_NOFOLLOW) < 0) { goto err_out; } Loading Loading
hw/9pfs/9p-local.c +1 −1 Original line number Diff line number Diff line Loading @@ -1100,7 +1100,7 @@ static int local_remove(FsContext *ctx, const char *path) goto out; } if (fstatat(dirfd, path, &stbuf, AT_SYMLINK_NOFOLLOW) < 0) { if (fstatat(dirfd, name, &stbuf, AT_SYMLINK_NOFOLLOW) < 0) { goto err_out; } Loading