Overhaul the daemon uptime functions.
[paraslash.git] / audiod_command.c
index 1c22f58b3eea76d91d89af50196c0fbed7c8ab31..dfb014aebc1c1d12659364189ac79813c952139c 100644 (file)
@@ -480,7 +480,7 @@ void audiod_status_dump(void)
                        free(new);
        }
 
-       new = uptime_str();
+       new = get_server_uptime_str(now);
        old = stat_item_values[SI_AUDIOD_UPTIME];
        if (!old || strcmp(old, new)) {
                free(old);