summaryrefslogtreecommitdiff
path: root/proto/bfd/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/bfd/io.c')
-rw-r--r--proto/bfd/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bfd/io.c b/proto/bfd/io.c
index b01cbfce..1cd9365a 100644
--- a/proto/bfd/io.c
+++ b/proto/bfd/io.c
@@ -298,7 +298,7 @@ sockets_prepare(struct birdloop *loop)
struct pollfd *pfd = loop->poll_fd.data;
sock **psk = loop->poll_sk.data;
- int i = 0;
+ uint i = 0;
node *n;
WALK_LIST(n, loop->sock_list)