]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
fix a warning
authorJoe Shaw <joeshaw@novell.com>
Sun, 23 Feb 2003 03:36:20 +0000 (03:36 +0000)
committerJoe Shaw <joeshaw@novell.com>
Sun, 23 Feb 2003 03:36:20 +0000 (03:36 +0000)
dbus/dbus-sysdeps.c

index bcfa15fc90da82e355c4b67588c591db4c080a7a..8c0567ed1e291934af1e761d9f93599f4e855776 100644 (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;