summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 185eed1..2d39a82 100644
--- a/util.c
+++ b/util.c
@@ -52,7 +52,7 @@ sock_get_ifreq(int fd)
static struct ifreq ifreqs[16];
struct sockaddr_in *sin;
uint32_t own_ip;
- int i;
+ unsigned int i;
own_ip = sock_get_ipv4_addr(fd);