X-Git-Url: https://unix4lyfe.org/gitweb/darkstat-debian/blobdiff_plain/b6069b5cedf32ffb61978dba984fba393be6038a..53d9d497ad0dcb0c37efb23a5468762355db6512:/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);