Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rennergade committed May 5, 2024
1 parent a624de0 commit 27307d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/safeposix/syscalls/net_calls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ impl Cage {
}
}
};

if let Err(_) = acceptedresult {
match Errno::from_discriminant(interface::get_errno()) {
Ok(i) => {
Expand Down Expand Up @@ -1196,7 +1196,7 @@ impl Cage {
}
};
newaddr.set_port(newport);

let newsock_tmp = newsockfd.handle.clone();
let mut newsockhandle = newsock_tmp.write();

Expand Down

0 comments on commit 27307d5

Please sign in to comment.