Fix compiler warning

This commit is contained in:
Yang Tse 2005-12-09 21:09:21 +00:00
parent 1cc98ab50f
commit 4f69318e12
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ static void write_tcp_data(ares_channel channel, fd_set *write_fds, time_t now)
struct iovec *vec;
int i;
ssize_t scount;
int wcount;
ssize_t wcount;
size_t n;
for (i = 0; i < channel->nservers; i++)