Skip to content

Commit

Permalink
fixup! Add global opts related to server timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
mzottola committed May 21, 2024
1 parent 276d0ac commit 49fdf11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ pub unsafe fn get_server_connect_timeout_in_milliseconds() -> Result<libc::c_int
raw::GIT_OPT_GET_SERVER_CONNECT_TIMEOUT as libc::c_int,
&mut server_connect_timeout
));
println!("result = {}", server_connect_timeout);

Ok(server_connect_timeout)
}
Expand Down

0 comments on commit 49fdf11

Please sign in to comment.