Skip to content

Commit

Permalink
fixup! Build wireguard-go via wireguard-go-rs on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Jan 16, 2025
1 parent 0d4589e commit 8ebefb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wireguard-go-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ impl Tunnel {
Ok(Tunnel {
handle: code,
assigned_name: assigned_name.to_owned(),
// SAFETY: The LUID is guaranteed to be intialized by wgTurnOn
// SAFETY: wgTurnOn succeeded and the LUID is guaranteed to be intialized by wgTurnOn
luid: unsafe { luid.assume_init() },
})
}
Expand Down

0 comments on commit 8ebefb6

Please sign in to comment.