X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod_command.c;h=e65f747a50625b99fd3c06c69c62f30d475ddbac;hp=4485d9e9df28ca0fb2d1689046c1e53cffc9f5a5;hb=823a4ff87a03ff9e1d2bfe8bc501f55ee4213649;hpb=72e9bdf7c5c09ca4c20cad56c68a9a155cceff43 diff --git a/audiod_command.c b/audiod_command.c index 4485d9e9..e65f747a 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -510,7 +510,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);