Skip to content
Snippets Groups Projects
Commit ee717f35 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Use tor_socket_t, not unsigned, in tor-fw-helper-natmp.c

parent 1e923dd2
No related branches found
No related tags found
No related merge requests found
o Minor bugfixes
- Use an appropriate-width type for sockets in tor-fw-helper on
win664. Fixes bug 1983 at last. Bugfix on 0.2.3.9-alpha.
......@@ -87,7 +87,7 @@ tor_natpmp_cleanup(tor_fw_options_t *tor_fw_options, void *backend_state)
/** Use select() to wait until we can read on fd. */
static int
wait_until_fd_readable(unsigned int fd, struct timeval *timeout)
wait_until_fd_readable(tor_socket_t fd, struct timeval *timeout)
{
int r;
fd_set fds;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment