diff options
Diffstat (limited to 'src/socket.c')
-rw-r--r-- | src/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.c b/src/socket.c index 77f73b4..2a8611d 100644 --- a/src/socket.c +++ b/src/socket.c @@ -182,7 +182,7 @@ static bool set_bound_address(fastd_socket_t *sock) { } bool fastd_socket_handle_binds(void) { - unsigned i; + size_t i; for (i = 0; i < ctx.n_socks; i++) { if (ctx.socks[i].fd >= 0) |