Skip to content

Commit a38e182

Browse files
committed
Addressed review comment
1 parent 125adf5 commit a38e182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/safeposix/syscalls/fs_calls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3224,7 +3224,7 @@ impl Cage {
32243224
// one less reference to the file.
32253225
match filedesc_enum {
32263226
//if we are a socket, we dont change disk metadata
3227-
Stream(_) => {} // Stream closing not supported
3227+
Stream(_) => {} // Streams don't require any additional cleanup
32283228
Epoll(_) => {} // TODO: Epoll closing not implemented yet
32293229
Socket(ref mut socket_filedesc_obj) => {
32303230
// Retrieve the socket file descriptor object and get the write

0 commit comments

Comments
 (0)