Skip to content

Commit

Permalink
Merge pull request #893 from hallyn/2024-05-25/avoiddoubleclose
Browse files Browse the repository at this point in the history
create_detached_idmapped_mount: avoid double close
  • Loading branch information
brauner authored May 25, 2024
2 parents c7d025b + 1b7da94 commit 3f91a7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared/idmap/shift_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ static int create_detached_idmapped_mount(const char *path, const char *fstype)
if (ret < 0)
return -errno;
close(fd_userns);
return 0;
}
*/
Expand Down

0 comments on commit 3f91a7c

Please sign in to comment.