X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod_command.c;h=7d284dc770eab6aef83a9e7d4fe5c74d241b7d47;hb=b0d2b25210ac347ab95dfa176d133f6629f0b123;hp=56d922e6681e66d0d9c4f65df86569806a38ca80;hpb=be7eec0e9944f493af023164fb2b0e9e48787f1e;p=paraslash.git diff --git a/audiod_command.c b/audiod_command.c index 56d922e6..7d284dc7 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -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);