]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod_command.c
Move git services to tuebingen.mpg.de.
[paraslash.git] / audiod_command.c
index 56d922e6681e66d0d9c4f65df86569806a38ca80..7d284dc770eab6aef83a9e7d4fe5c74d241b7d47 100644 (file)
@@ -527,7 +527,7 @@ void audiod_status_dump(bool force)
                        free(new);
        }
 
-       new = get_server_uptime_str(now);
+       new = daemon_get_uptime_str(now);
        old = stat_item_values[SI_AUDIOD_UPTIME];
        if (force || !old || strcmp(old, new)) {
                free(old);