aboutgitcodebugslistschat
diff options
context:
space:
mode:
-rw-r--r--udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udp.c b/udp.c
index 20a9ea0..b7cbfdc 100644
--- a/udp.c
+++ b/udp.c
@@ -754,7 +754,7 @@ void udp_sock_handler(struct ctx *c, union epoll_ref ref, uint32_t events,
in_port_t dstport = ref.r.p.udp.udp.port;
bool v6 = ref.r.p.udp.udp.v6;
struct mmsghdr *mmh_recv;
- unsigned int i, m;
+ int i, m;
if (!(events & EPOLLIN))
return;