diff options
Diffstat (limited to 'proto/bfd')
-rw-r--r-- | proto/bfd/io.c | 2 |
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) |