summaryrefslogtreecommitdiff
path: root/proto/bfd/io.c
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2017-12-16 16:31:43 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2017-12-16 16:31:43 +0100
commite87a95d97d18eb12d005312f27b082f0821d3923 (patch)
tree51eb29b6f0b12cad8ceba9870dbe0b53bc577c2f /proto/bfd/io.c
parent3013fc57bdc97b0031c4f4250b9bdd172f4c0f4e (diff)
Minor fixes for debug 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)