Skip to content

Commit

Permalink
Move result to RB
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasan6979 committed Nov 14, 2024
1 parent 8b36264 commit 49b5a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boringtun/src/device/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ impl Device {
{
let mut dst = entry.lock();
dst.peer = Some(peer.clone());
let res = tun.format_handshake_initiation(
dst.res = tun.format_handshake_initiation(
dst.data.as_mut_slice(),
false,
);
Expand Down

0 comments on commit 49b5a5d

Please sign in to comment.