--- projects/libstatgrab/src/libstatgrab/network_stats.c 2005/09/24 13:29:22 1.76 +++ projects/libstatgrab/src/libstatgrab/network_stats.c 2006/01/22 18:10:39 1.77 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: network_stats.c,v 1.76 2005/09/24 13:29:22 tdb Exp $ + * $Id: network_stats.c,v 1.77 2006/01/22 18:10:39 tdb Exp $ */ #ifdef HAVE_CONFIG_H @@ -694,7 +694,7 @@ sg_network_iface_stats *sg_get_network_iface_stats(int if ((ifr.ifr_flags & IFF_UP) != 0) { network_iface_stat_ptr->up = 1; } else { - network_iface_stat_ptr->up = 1; + network_iface_stat_ptr->up = 0; } if ((knp = kstat_data_lookup(ksp, "ifspeed")) != NULL) {