*** empty log message ***

This commit is contained in:
Martin Baulig
2000-01-28 19:54:01 +00:00
parent fc8645245a
commit 4b8a9ece16
2 changed files with 5 additions and 3 deletions

View File

@@ -245,13 +245,15 @@ _netinfo_ipv6 (glibtop *server, glibtop_netinfo *buf,
(1L << GLIBTOP_IFADDR_ADDR_LEN) |
(1L << GLIBTOP_IFADDR_SCOPE);
break;
fclose (f);
return 0;
}
}
fclose (f);
return 0;
return -1;
}
#endif /* HAVE_AFINET6 */