--- projects/libstatgrab/src/libstatgrab/network_stats.c 2004/02/14 00:27:58 1.38 +++ projects/libstatgrab/src/libstatgrab/network_stats.c 2004/02/14 00:29:29 1.39 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: network_stats.c,v 1.38 2004/02/14 00:27:58 ats Exp $ + * $Id: network_stats.c,v 1.39 2004/02/14 00:29:29 ats Exp $ */ #ifdef HAVE_CONFIG_H @@ -608,7 +608,7 @@ network_iface_stat_t *get_network_iface_stats(int *ent } } else { /* Not all interfaces support the ethtool ioctl. */ - network_iface_stat_ptr->speed = -1; + network_iface_stat_ptr->speed = 0; network_iface_stat_ptr->dup = UNKNOWN_DUPLEX; }