Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
whoops, actually a positive 1
  • Loading branch information
brysonsteck committed Mar 21, 2025
commit d72e13b493bf58593e19e6d20e694805cfa187c9
2 changes: 1 addition & 1 deletion src/remote_callbacks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ extern "C" fn certificate_check_cb(
data: *mut c_void,
) -> c_int {
match valid {
-1 => valid,
1 => valid,
_ => {
let ok = panic::wrap(|| unsafe {
let payload = &mut *(data as *mut RemoteCallbacks<'_>);
Expand Down