fix a warning

This commit is contained in:
Joe Shaw 2003-02-23 03:36:20 +00:00
parent 983374a758
commit 32b4b2a2f6

View file

@ -1424,7 +1424,7 @@ _dbus_poll (DBusPollFD *fds,
#else /* ! HAVE_POLL */
fd_set read_set, write_set, err_set;
int max_fd;
int max_fd = 0;
int i;
struct timeval tv;
int ready;