X-Git-Url: https://unix4lyfe.org/gitweb/darkstat-debian/blobdiff_plain/a1e8056c92203d02860d719abb1d562453896da8..4da209d9116b41ab59eeedc5823bc2cb64b5bc3e:/hosts_sort.c diff --git a/hosts_sort.c b/hosts_sort.c index d17a21f..b6f32dd 100644 --- a/hosts_sort.c +++ b/hosts_sort.c @@ -34,8 +34,8 @@ cmp(const struct bucket * const *x, const struct bucket * const *y, b = (*y)->total; break; case LASTSEEN: - a = (*x)->u.host.lastseen; - b = (*y)->u.host.lastseen; + a = (*x)->u.host.last_seen_mono; + b = (*y)->u.host.last_seen_mono; break; default: errx(1, "cmp: unknown direction: %d", dir);